From f963469512f7ced804a79f027f6ca71fe5cc7aad Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 24 Dec 2021 12:22:43 +0100 Subject: [PATCH] ... --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 803b9a6..0920beb 100644 --- a/V4.py +++ b/V4.py @@ -70,8 +70,8 @@ def FirefoxPC(Headless = Headless): if IsLinux : MotPath = "/home/pi/MsReward/liste.txt" - LogPath= "/home/pi//MsReward/login.csv" - TokenPath = "/home/pi//MsReward/token.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')