Beispiel #1
0
def call_get_verification_data(filename,remotelocation=False):
	global threads
	threads.append(eel.spawn(getverificationdata,filename,remotelocation))	
	return	
Beispiel #2
0
def call_get_cnmt_data(filename,remotelocation=False):
	global threads
	threads.append(eel.spawn(getcnmtdata,filename,remotelocation))
	return	
Beispiel #3
0
def call_get_adv_filelist(filename,remotelocation=False):
	global threads
	threads.append(eel.spawn(getfiledata,filename,remotelocation))
	return
Beispiel #4
0
def call_getinfo(filename,remotelocation=False):
	global threads
	threads.append(eel.spawn(getinfo,filename,remotelocation))
	return
Beispiel #5
0
def call_showicon_remote(filename):
	global threads
	threads.append(eel.spawn(showicon_remote,filename))	
	return
Beispiel #6
0
def call_search_local_lib(value,selected):
	global threads
	threads.append(eel.spawn(search_local_lib,value,selected))	
	return