master #59
@ -1,4 +1,3 @@
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
import datetime
|
||||
import os
|
||||
import zoneinfo
|
||||
@ -13,9 +12,6 @@ else:
|
||||
QUEUES_URL = 'http://queues:1239'
|
||||
|
||||
|
||||
executor = ThreadPoolExecutor(max_workers=1)
|
||||
|
||||
|
||||
class QueuesException(Exception):
|
||||
...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user