Merge branch 'master' of TrueAuraCoral/FreeCompetitors into master

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2022-04-12 03:04:21 +00:00 committed by Gogs
commit 1933a691b8

View file

@ -31,7 +31,7 @@ If you want your instance updated with all the new software constantly, please r
import time
import os
while True:
time.sleep(300) # Every 5 minutes
time.sleep(300) # Every 5 minutes
os.system("git pull") # Pull the changes from git
```