Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
+ fixed a bug where after updating fansly downloader, it would not recognise that the configuration file already had a valid configuration
  • Loading branch information
Avnsx committed Jun 29, 2023
1 parent 47d5383 commit 6d14d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fansly_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def open_url(url_to_open: str):

# get release description and if existent; display it in terminal
check_latest_release(update_version = version_string, intend = 'update')

# read the config.ini file for a last time
config.read(config_path)
else:
# check if a new version is available
check_latest_release(current_version = config.get('Other', 'version'), intend = 'check')
Expand Down

0 comments on commit 6d14d4a

Please sign in to comment.