Trying to fix weird tab in readme code example
This commit is contained in:
parent
9df6d11f9f
commit
b06b936ef6
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ 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
|
||||
os.system("git pull") # Pull the changes from git
|
||||
time.sleep(300) # Every 5 minutes
|
||||
os.system("git pull" # Pull the changes from git
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue