forked from piair/MsRewards-Reborn
change token path
This commit is contained in:
parent
7cffbc93da
commit
06d771d35b
2
V4.py
2
V4.py
@ -72,7 +72,7 @@ def FirefoxPC(Headless = Headless):
|
|||||||
if IsLinux :
|
if IsLinux :
|
||||||
MotPath = "/home/pi/MsReward/liste.txt"
|
MotPath = "/home/pi/MsReward/liste.txt"
|
||||||
LogPath= "/home/pi/MsReward/login.csv"
|
LogPath= "/home/pi/MsReward/login.csv"
|
||||||
TokenPath = "/home/pi/token.txt"
|
TokenPath = "/home/pi/MsReward/token.txt"
|
||||||
else :
|
else :
|
||||||
MotPath = resource_path('./liste/liste.txt')
|
MotPath = resource_path('./liste/liste.txt')
|
||||||
LogPath = resource_path('./login/login.csv')
|
LogPath = resource_path('./login/login.csv')
|
||||||
|
Loading…
Reference in New Issue
Block a user