Trying to fix weird tab in readme code example

This commit is contained in:
zortazert 2022-04-11 19:41:41 -05:00
parent 9df6d11f9f
commit b06b936ef6

View file

@ -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
```