From 06d771d35b4b8568e142a8b2a13c5f6d77e8b35a Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 22 Dec 2021 15:06:15 +0100 Subject: [PATCH] change token path --- V4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4.py b/V4.py index c85f4c5..9079f4c 100644 --- a/V4.py +++ b/V4.py @@ -72,7 +72,7 @@ def FirefoxPC(Headless = Headless): if IsLinux : MotPath = "/home/pi/MsReward/liste.txt" LogPath= "/home/pi/MsReward/login.csv" - TokenPath = "/home/pi/token.txt" + TokenPath = "/home/pi/MsReward/token.txt" else : MotPath = resource_path('./liste/liste.txt') LogPath = resource_path('./login/login.csv')