test
This commit is contained in:
parent
97233d67f3
commit
4e684c21d4
|
@ -11,6 +11,7 @@ The PyBitmessage startup script
|
||||||
# yet contain logic to expand into further streams.
|
# yet contain logic to expand into further streams.
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
import logging
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import pathmagic
|
import pathmagic
|
||||||
|
@ -172,7 +173,7 @@ class Main(object):
|
||||||
defaults.networkDefaultPayloadLengthExtraBytes / 100)
|
defaults.networkDefaultPayloadLengthExtraBytes / 100)
|
||||||
|
|
||||||
# Start the SQL thread
|
# Start the SQL thread
|
||||||
print("SQL_start")
|
logging.info("SQL started")
|
||||||
sqlLookup = sqlThread()
|
sqlLookup = sqlThread()
|
||||||
# DON'T close the main program even if there are threads left.
|
# DON'T close the main program even if there are threads left.
|
||||||
# The closeEvent should command this thread to exit gracefully.
|
# The closeEvent should command this thread to exit gracefully.
|
||||||
|
|
Reference in New Issue
Block a user