mirror of
https://github.com/wassname/psaw.git
synced 2026-09-11 12:30:19 +08:00
Fixed bug in demo
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ Using the ``stop_condition`` argument to get the most recent submission by a bot
|
||||
|
||||
gen = api.search_submissions(stop_condition=lambda x: 'bot' in x.author)
|
||||
|
||||
for subm in enumerate(gen):
|
||||
for subm in gen:
|
||||
pass
|
||||
|
||||
print(subm.author)
|
||||
|
||||
Reference in New Issue
Block a user