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)
|
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")
|
||||||
|
|
Loading…
Reference in New Issue