no clue if that's better
This commit is contained in:
parent
eb2b9dc2d3
commit
661566aade
2
main.py
2
main.py
@ -169,7 +169,7 @@ def check_update():
|
|||||||
print("Already up to date.")
|
print("Already up to date.")
|
||||||
else :
|
else :
|
||||||
print(f"updating to {latest}")
|
print(f"updating to {latest}")
|
||||||
os.system("git pull")
|
os.system("git pull --rebase")
|
||||||
print("updated")
|
print("updated")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user