Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Fixes #912 lol
  • Loading branch information
UltimaHoarder committed May 2, 2021
1 parent ebbf9a5 commit e85fc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/onlyfans.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def paid_content_scraper(api: start, identifiers=[]):
for subscription in authed.subscriptions:
if any(subscription.username != x for x in identifiers):
continue
string = f"Scraping - {subscription.username} | {count} / {max_count}"
string = f"Scraping - {subscription.username} | {count+1} / {max_count}"
print(string)
subscription.session_manager = authed.session_manager
username = subscription.username
Expand Down

0 comments on commit e85fc83

Please sign in to comment.