From d927d5c698fbcb610d906ed4dfd4cc11a1f1598c Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 24 Dec 2021 12:22:28 +0100 Subject: [PATCH] same --- V4.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/V4.py b/V4.py index 7f3edff..803b9a6 100644 --- a/V4.py +++ b/V4.py @@ -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')