Skip to content

Commit

Permalink
add url to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Oct 11, 2023
1 parent 81eab07 commit 6835a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofscraper/utils/userselector.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_models() -> list:
out=[]
active_subscriptions = subscriptions.get_subscriptions(count[0])
expired_subscriptions=subscriptions.get_subscriptions(count[1],account="expired")
console.get_shared_console().print("[yellow]Numbering on OF site can be iffy\nExample Including deactived accounts in expired[/yellow]")
console.get_shared_console().print("[yellow]Numbering on OF site can be iffy\nExample Including deactived accounts in expired\nSee: https://app.gitbook.com/o/KULkvbsBAkF5q8PRvd1h/s/OlkVHnCqS3EnmDo4hGKm/~/changes/174/faq#number-of-users-doesnt-match-account-number[/yellow]")

other_subscriptions=lists.get_otherlist()
out.extend(active_subscriptions)
Expand Down

0 comments on commit 6835a35

Please sign in to comment.