This commit is contained in:
shportix 2023-11-02 12:07:26 +02:00
parent b396ab212f
commit 5b10bb87f8
No known key found for this signature in database
GPG Key ID: 2594F3870220CC1E

View File

@ -172,6 +172,7 @@ class Main(object):
defaults.networkDefaultPayloadLengthExtraBytes / 100)
# Start the SQL thread
print("SQL_start")
sqlLookup = sqlThread()
# DON'T close the main program even if there are threads left.
# The closeEvent should command this thread to exit gracefully.