Skip to content

Commit

Permalink
Bugfix no module lib
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenkyDema committed Feb 13, 2023
1 parent b4fab58 commit 6062ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def print_import(string):
import_parents(1)

from src.lib import lib
from src.lib import Valorant
from src.gui import main_app

if __name__ == "__main__":
Expand All @@ -39,8 +40,7 @@ def print_import(string):
if not isdir(lib.resource_path("")):
print("not exist")
lib.create_app_files()

lib.default_config_values()
lib.default_config_values()

app = main_app.App()
app.start()

0 comments on commit 6062ae5

Please sign in to comment.