Use the global thread pool, like the docs suggest

This commit is contained in:
Veronica Berglyd Olsen
2023-09-10 18:15:16 +02:00
parent e210bca319
commit 3f91f5c506
3 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ logger = logging.getLogger(__name__)
# Main Program
##
# Global config singleton
# Global config and data singletons
CONFIG = Config()
SHARED = SharedData()