Skip to content

Commit b2879ac

Browse files
authored
1 parent 3220fa8 commit b2879ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Program/Config/Util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
except:
5050
os_name = "None"
5151

52-
tool_path = os.path.dirname(os.path.abspath(__file__)).split("Program\\")[0].strip()
52+
tool_path = os.path.dirname(os.path.abspath(__file__)).split("Program\\")[0].split("Program/")[0].strip()
5353

5454
def current_time_day_hour():
5555
return datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
@@ -824,4 +824,4 @@ def CheckToken(token_number, token):
824824
█████████
825825
█████
826826
827-
"""
827+
"""

0 commit comments

Comments
 (0)