Fixed error in loading default .env if in PATH

This commit is contained in:
tcsenpai 2024-02-25 23:08:21 +01:00
parent 3743179727
commit bf11b1e737

2
uwine
View File

@ -32,7 +32,7 @@ ids = {}
game_id = 0 game_id = 0
filepath = "" filepath = ""
envfile = ".env" envfile = UWINEDIR + "/.env"
# NOTE Parsing the arguments # NOTE Parsing the arguments
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(