Skip to content
Snippets Groups Projects
Commit f32c6e9f authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix

parent 66cee12d
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import os ...@@ -10,7 +10,7 @@ import os
def nopaqued(): def nopaqued():
execute_notifications = os.environ.get('NOPAQUE_EXECUTE_NOTIFICATIONS') execute_notifications = bool(os.environ.get('NOPAQUE_EXECUTE_NOTIFICATIONS')) # noqa
# executing background functions # executing background functions
while True: while True:
with ThreadPoolExecutor(max_workers=3) as executor: with ThreadPoolExecutor(max_workers=3) as executor:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment