Update gui/__main__.py
This commit is contained in:
parent
33fa7ceb33
commit
2036893ef1
1 changed files with 0 additions and 1 deletions
|
|
@ -243,7 +243,6 @@ class WorkerThread(QThread):
|
|||
ConfigurationController.set_connection('system')
|
||||
self.check_for_update()
|
||||
locations = LocationController.get_all()
|
||||
print(locations)
|
||||
browser = ApplicationVersionController.get_all()
|
||||
all_browser_versions = [
|
||||
f"{browser.application_code}:{browser.version_number}" for browser in browser if browser.supported]
|
||||
|
|
|
|||
Loading…
Reference in a new issue