SPACES
This commit is contained in:
parent
2f6b7f2ab9
commit
3c5fb6e702
2
V4.py
2
V4.py
|
@ -802,7 +802,6 @@ def DailyRoutine(custom = False):
|
|||
LogError(f"DailyRoutine - LogPoint - \n{e}", driver, _mail)
|
||||
|
||||
|
||||
|
||||
def close():
|
||||
driver.quit()
|
||||
quit()
|
||||
|
@ -889,7 +888,6 @@ elif UNBAN:
|
|||
unban()
|
||||
except NotBanned :
|
||||
printf("you are not cureently banned on this account")
|
||||
|
||||
else:
|
||||
for _mail, _password in Credentials:
|
||||
#system("pkill -9 firefox")
|
||||
|
|
Loading…
Reference in New Issue