This commit is contained in:
piair 2021-12-24 12:22:28 +01:00
parent da8a0062b7
commit d927d5c698
1 changed files with 3 additions and 3 deletions

6
V4.py
View File

@ -69,9 +69,9 @@ def FirefoxPC(Headless = Headless):
if IsLinux :
MotPath = "~/MsReward/liste.txt"
LogPath= "~/MsReward/login.csv"
TokenPath = "~/MsReward/token.txt"
MotPath = "/home/pi/MsReward/liste.txt"
LogPath= "/home/pi//MsReward/login.csv"
TokenPath = "/home/pi//MsReward/token.txt"
else :
MotPath = resource_path('D:\Documents\Dev\MsReward\liste/liste.txt')
LogPath = resource_path('D:\Documents\Dev\MsReward\login/login.csv')