Skip to content

Commit

Permalink
Update onlyfans.py
Browse files Browse the repository at this point in the history
Remove "Found Path" logger.
  • Loading branch information
SecretShell committed Dec 4, 2019
1 parent 4a8ee82 commit 2d3d455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ def download(media, session, directory, username):
timestamp = date_object.timestamp()
if not overwrite_files:
if os.path.isfile(download_path):
logger.info("Found Path: {}".format(download_path))
return
r = json_request(session, link)
if not r:
Expand Down

0 comments on commit 2d3d455

Please sign in to comment.