Skip to content

Commit

Permalink
modified: .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ZubZubZuberi committed May 2, 2023
1 parent deb263b commit 5d2b56e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Config.ini
Config.ini
2 changes: 1 addition & 1 deletion Trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def Main():
# Loop until broken
while True:
config = configparser.ConfigParser()
config.read('config.ini')
config.read('..\Config\config.ini')
BobberName = config.get('Screen', 'BobberName')
ScreenXStart = config.getint('Screen', 'ScreenXStart')
ScreenYStart = config.getint('Screen', 'ScreenYStart')
Expand Down

0 comments on commit 5d2b56e

Please sign in to comment.