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:
KevinHuSh
2024-04-19 18:19:15 +08:00
committed by GitHub
parent ed6081845a
commit 7e41b4bc94
8 changed files with 14 additions and 12 deletions

View File

@ -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)