Skip to content

Commit

Permalink
fix dirname for new exe export
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisischris committed Feb 4, 2021
1 parent 8097c40 commit c6a1f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

REDIRECT_URI = 'http://localhost:8080/'

DIRNAME = os.path.dirname(__file__)
DIRNAME = os.path.abspath(".")
TOKEN_PATH = os.path.join(DIRNAME, 'userData', '')
BOT_USER_PATH = os.path.join(DIRNAME, 'userData', 'savedconfig')

0 comments on commit c6a1f6f

Please sign in to comment.