Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 12, 2024
1 parent 59016e5 commit 773bcf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def run_threaded(master_server: MasterServer):
schedule.every(5).minutes.do(run_threaded, Scum())

for job in schedule.get_jobs():
job.run()
print(f"Job: {job}, Next run: {job.next_run}, Period: {job.period}")

while 1:
Expand Down

0 comments on commit 773bcf8

Please sign in to comment.