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