From ef5cdab883fca607af86f2325ccb501cdb0d3ee3 Mon Sep 17 00:00:00 2001 From: piair Date: Thu, 23 Jun 2022 13:26:31 +0200 Subject: [PATCH] p --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 03a0e8c..588d2e4 100755 --- a/V4.py +++ b/V4.py @@ -2,7 +2,7 @@ import asyncio import configparser from csv import reader -from os import sys, system +from os import sys, system, path from random import choice, randint, shuffle, uniform from re import findall, search from sys import platform @@ -72,7 +72,7 @@ if IsLinux: else: system("") # enable colors in cmd -config_path = f"{os.path.abspath( os.path.dirname( __file__ ) )}/config" +config_path = f"{path.abspath( os.path.dirname( __file__ ) )}/config" config = configparser.ConfigParser() config.read(config_path) #path comfigurations