...
This commit is contained in:
parent
d927d5c698
commit
f963469512
4
V4.py
4
V4.py
|
@ -70,8 +70,8 @@ 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//MsReward/token.txt"
|
TokenPath = "/home/pi/MsReward/token.txt"
|
||||||
else :
|
else :
|
||||||
MotPath = resource_path('D:\Documents\Dev\MsReward\liste/liste.txt')
|
MotPath = resource_path('D:\Documents\Dev\MsReward\liste/liste.txt')
|
||||||
LogPath = resource_path('D:\Documents\Dev\MsReward\login/login.csv')
|
LogPath = resource_path('D:\Documents\Dev\MsReward\login/login.csv')
|
||||||
|
|
Loading…
Reference in New Issue