forked from piair/MsRewards-Reborn
point(s)
This commit is contained in:
parent
681ed0bdb2
commit
8f442e73f1
2
V4.py
2
V4.py
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user