This commit is contained in:
piair 2022-11-12 21:09:07 +01:00
parent 2f6b7f2ab9
commit 3c5fb6e702
1 changed files with 0 additions and 2 deletions

2
V4.py
View File

@ -802,7 +802,6 @@ def DailyRoutine(custom = False):
LogError(f"DailyRoutine - LogPoint - \n{e}", driver, _mail) LogError(f"DailyRoutine - LogPoint - \n{e}", driver, _mail)
def close(): def close():
driver.quit() driver.quit()
quit() quit()
@ -889,7 +888,6 @@ elif UNBAN:
unban() unban()
except NotBanned : except NotBanned :
printf("you are not cureently banned on this account") printf("you are not cureently banned on this account")
else: else:
for _mail, _password in Credentials: for _mail, _password in Credentials:
#system("pkill -9 firefox") #system("pkill -9 firefox")