same
This commit is contained in:
parent
da8a0062b7
commit
d927d5c698
6
V4.py
6
V4.py
@ -69,9 +69,9 @@ def FirefoxPC(Headless = Headless):
|
|||||||
|
|
||||||
|
|
||||||
if IsLinux :
|
if IsLinux :
|
||||||
MotPath = "~/MsReward/liste.txt"
|
MotPath = "/home/pi/MsReward/liste.txt"
|
||||||
LogPath= "~/MsReward/login.csv"
|
LogPath= "/home/pi//MsReward/login.csv"
|
||||||
TokenPath = "~/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
Block a user