Browse Source

Bug fix

microtasks
tech234a 3 years ago
parent
commit
e4a4301346
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      worker.py

+ 1
- 1
worker.py View File

@@ -27,7 +27,7 @@ jobs = Queue()


langcnt = {} langcnt = {}


lasttask = datetime.min()
lasttask = datetime.min


try: try:
mkdir("out") mkdir("out")


Loading…
Cancel
Save