change token path

This commit is contained in:
piair 2021-12-22 15:06:15 +01:00
parent 7cffbc93da
commit 06d771d35b
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -72,7 +72,7 @@ def FirefoxPC(Headless = Headless):
if IsLinux :
MotPath = "/home/pi/MsReward/liste.txt"
LogPath= "/home/pi/MsReward/login.csv"
TokenPath = "/home/pi/token.txt"
TokenPath = "/home/pi/MsReward/token.txt"
else :
MotPath = resource_path('./liste/liste.txt')
LogPath = resource_path('./login/login.csv')