This commit is contained in:
piair 2022-02-08 09:47:14 +01:00
parent 681ed0bdb2
commit 8f442e73f1
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -644,7 +644,7 @@ def LogPoint(account="unknown"): #log des points sur discord
regex1 = "<a href=\"https://rewards\.bing\.com/\" title=\"((.{1,3}),(.{1,3})) points\" target=\"_blank\"" regex1 = "<a href=\"https://rewards\.bing\.com/\" title=\"((.{1,3}),(.{1,3})) points\" target=\"_blank\""
try : try :
points = search(regex1, driver.page_source)[1] point = search(regex1, driver.page_source)[1]
except Exception as e : except Exception as e :
print(e) print(e)