testing is everything
This commit is contained in:
parent
c51c463338
commit
808916ddd3
2
V5.py
2
V5.py
@ -930,7 +930,7 @@ elif UNBAN:
|
||||
elif POINTS_FILE != "":
|
||||
save_points_from_file(POINTS_FILE)
|
||||
else:
|
||||
if UPDATE_VERSION != None:
|
||||
if UPDATE_VERSION != "None":
|
||||
if DISCORD_ENABLED_ERROR:
|
||||
webhookFailure.send(f"Updated to {UPDATE_VERSION}")
|
||||
for cred in Credentials:
|
||||
|
2
main.py
2
main.py
@ -174,7 +174,7 @@ def check_update(args):
|
||||
os.system("git pull")
|
||||
os.system("python3 -m pip install -r requirements.txt > update.result")
|
||||
print(f"updated to {latest}")
|
||||
return(args + f" --verion {latest}")
|
||||
return(args + f" --version {latest}")
|
||||
|
||||
LogPath = config["PATH"]["logpath"]
|
||||
if LogPath == "/your/path/to/loginandpass.csv" :
|
||||
|
Loading…
Reference in New Issue
Block a user