Skip to content

Commit e85fc83

Browse files
committed
Formatting
Fixes UltimaHoarder#912 lol
1 parent ebbf9a5 commit e85fc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/onlyfans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def paid_content_scraper(api: start, identifiers=[]):
335335
for subscription in authed.subscriptions:
336336
if any(subscription.username != x for x in identifiers):
337337
continue
338-
string = f"Scraping - {subscription.username} | {count} / {max_count}"
338+
string = f"Scraping - {subscription.username} | {count+1} / {max_count}"
339339
print(string)
340340
subscription.session_manager = authed.session_manager
341341
username = subscription.username

0 commit comments

Comments
 (0)