mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 18:34:18 +00:00
Fix
This commit is contained in:
parent
66cee12dcb
commit
f32c6e9faa
@ -10,7 +10,7 @@ import os
|
||||
|
||||
|
||||
def nopaqued():
|
||||
execute_notifications = os.environ.get('NOPAQUE_EXECUTE_NOTIFICATIONS')
|
||||
execute_notifications = bool(os.environ.get('NOPAQUE_EXECUTE_NOTIFICATIONS')) # noqa
|
||||
# executing background functions
|
||||
while True:
|
||||
with ThreadPoolExecutor(max_workers=3) as executor:
|
||||
|
Loading…
Reference in New Issue
Block a user