Skip to content

Commit

Permalink
reduce update frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Feb 4, 2024
1 parent 7ea7266 commit db16ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions submanager/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,7 @@ def update(nginx=False, remove_old_file=False):
if __name__ == "__main__":
update(nginx=True, remove_old_file=True)

schedule.every().day.at("00:00").do(update)
schedule.every().day.at("06:00").do(update)
schedule.every().day.at("12:00").do(update)
schedule.every().day.at("18:00").do(update)

while True:
Expand Down

0 comments on commit db16ff3

Please sign in to comment.