Skip to content

Commit

Permalink
update config.ini path
Browse files Browse the repository at this point in the history
  • Loading branch information
chroming committed Sep 23, 2024
1 parent 5c59540 commit 5427657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Config(object):
RELEASE_PAGE_URL = 'https://github.com/chroming/pdfdir/releases'

cp = ConfigParser()
config_file = "config.ini"
config_file = os.path.join(os.getcwd(), "config.ini")

# Check if config.ini exist
if not os.path.exists(config_file):
Expand Down

0 comments on commit 5427657

Please sign in to comment.