This commit is contained in:
piair 2021-12-24 12:22:43 +01:00
parent d927d5c698
commit f963469512

4
V4.py
View File

@ -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')