fix lint i guess?

pull/4287/head
ActuallyKit 1 year ago
parent 6cbc434b54
commit a437a34bcf

@ -1762,7 +1762,9 @@ class TwitterAPI():
yield user
elif entry["entryId"].startswith("cursor-bottom-"):
cursor = entry["content"]["value"]
if (cursor.startswith("-1|") or cursor.startswith("0|")):
if (cursor.startswith("-1|")):
stop = True
if (cursor.startswith("0|")):
stop = True
if stop or not cursor or not entry:

Loading…
Cancel
Save