wtf is this doing here

This commit is contained in:
piair 2022-05-19 13:59:29 +02:00
parent 740390aa19
commit bf666a8a9a
2 changed files with 0 additions and 7 deletions

3
V4.py
View File

@ -831,13 +831,10 @@ def CheckPoint(): # a fix, ne marche pas dans 80% des cas, pas appelé aujourd
def DailyRoutine(): def DailyRoutine():
try: try:
BingMobileSearch() BingMobileSearch()
except Exception as e: except Exception as e:
LogError(f"DalyRoutine - BingMobileSearch - {e}") LogError(f"DalyRoutine - BingMobileSearch - {e}")
print("\n")
CustomSleep(uniform(3, 20)) CustomSleep(uniform(3, 20))
MainWindows = login() MainWindows = login()

4
config
View File

@ -1,7 +1,3 @@
from logging import root
from requests import NullHandler
[PATH] [PATH]
motpath = /your/path/to/words_list.txt motpath = /your/path/to/words_list.txt