fix: [Tools] typo

This commit is contained in:
Terrtia 2019-09-25 23:50:27 +02:00
parent b9c9187e3e
commit 804515179d
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -192,7 +192,8 @@ if __name__ == "__main__":
publisher.port = 6380 publisher.port = 6380
publisher.channel = "Script" publisher.channel = "Script"
config_section = 'Bitcoin' config_section = 'Tools'
# # TODO: add duplicate
# Setup the I/O queues # Setup the I/O queues
p = Process(config_section) p = Process(config_section)