Merge branch 'master' of TrueAuraCoral/FreeCompetitors into master
This commit is contained in:
commit
1933a691b8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ If you want your instance updated with all the new software constantly, please r
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
while True:
|
while True:
|
||||||
time.sleep(300) # Every 5 minutes
|
time.sleep(300) # Every 5 minutes
|
||||||
os.system("git pull") # Pull the changes from git
|
os.system("git pull") # Pull the changes from git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue