Skip to content
Snippets Groups Projects
Commit 4727ce32 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development

parents 1faf8f9a e0f32ee9
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,6 @@ from concurrent.futures import ThreadPoolExecutor
from tasks.check_corpora import check_corpora
from tasks.check_jobs import check_jobs
from tasks.notify import notify
from time import sleep
# TODO: Check if thread is still alive and execute next thread after that
......@@ -18,7 +17,6 @@ def nopaqued():
executor.submit(notify, True) # If True mails are sent.
# If False no mails are sent.
# But notification status will be set nonetheless.
sleep(3)
if __name__ == '__main__':
......
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