Skip to content

Commit 23aff78

Browse files
committed
Fix Typo
1 parent 5bd07af commit 23aff78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instagram_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6838,7 +6838,7 @@ def fetch_usernames_paginated(bot, get_generator_fn, max_per_batch, total_limit,
68386838
total_limit: Stop after this many total accounts (FOLLOWER_LIMIT_TO_FETCH / FOLLOWEE_LIMIT_TO_FETCH). 0 = no limit.
68396839
fetch_delay: Seconds to sleep between batches.
68406840
advanced_fetch: Indicates if advanced_fetch is enabled (valid configuration of above 3 items)
6841-
estimated_limit: Estimated number of itesm to fetch. Used for messaging.
6841+
estimated_limit: Estimated number of items to fetch. Used for messaging.
68426842
user: Instagram username, forwarded to log_activity.
68436843
stop_event: Optional threading.Event from the caller. If set, the inter-batch wait is
68446844
aborted and the function returns whatever has been fetched so far.

0 commit comments

Comments
 (0)