change readme for 0.3.0 release (#459)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@@ -121,7 +121,6 @@ def dispatch():
|
||||
tsks.append(new_task())
|
||||
|
||||
bulk_insert_into_db(Task, tsks, True)
|
||||
print("TSK:", len(tsks))
|
||||
set_dispatching(r["id"])
|
||||
except Exception as e:
|
||||
cron_logger.exception(e)
|
||||
|
||||
Reference in New Issue
Block a user