Browse Source

update README

pull/15/head
yuxian 3 years ago
parent
commit
baf903c300
  1. 2
      utils.py

2
utils.py

@ -293,7 +293,7 @@ if __name__ == "__main__":
if os.path.isfile("/ql/db/database.sqlite"): if os.path.isfile("/ql/db/database.sqlite"):
change_cron_new(cron_file_path="/ql/db/database.sqlite") change_cron_new(cron_file_path="/ql/db/database.sqlite")
else: else:
change_cron_new() change_cron_old()
else: else:
change_cron_new() change_cron_new()
print("修改完成请重启容器") print("修改完成请重启容器")

Loading…
Cancel
Save