Fix an old run_thread() call

This commit is contained in:
Raoul Snyman 2017-12-16 23:54:21 -07:00
parent 187714cd87
commit 786462148f

View File

@ -127,7 +127,7 @@ def check_for_update(parent):
worker.quit.connect(update_check_date)
# TODO: Use this to figure out if there's an Internet connection?
# worker.no_internet.connect(parent.on_no_internet)
run_thread(parent, worker, 'version')
run_thread(worker, 'version')
def get_version():