Skip to content

Commit

Permalink
pyinstaller fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 7, 2024
1 parent 135c22f commit e8d9813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poker/tools/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import requests

if getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS'):
codebase = os.path.abspath(os.path.join(__file__, '..', '..', '..'))
codebase = os.path.abspath(os.path.join(__file__, '..', '..', '..', '..'))
else:
codebase = os.path.abspath(os.path.join(__file__, '..', '..'))

Expand Down

0 comments on commit e8d9813

Please sign in to comment.