Fixed missing parenthese
This commit is contained in:
parent
b06b936ef6
commit
980a1aabaa
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ 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