fix another dumb mistake that broke pleroma
This commit is contained in:
parent
ac411e15a9
commit
c3b9d91ce7
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -200,7 +200,7 @@ for f in following:
|
||||||
if 'next' not in j and 'prev' not in j:
|
if 'next' not in j and 'prev' not in j:
|
||||||
# there's only one page of results, don't bother doing anything special
|
# there's only one page of results, don't bother doing anything special
|
||||||
pass
|
pass
|
||||||
elif 'next' not in j:
|
elif 'prev' not in j:
|
||||||
print("Using Pleroma compatibility mode")
|
print("Using Pleroma compatibility mode")
|
||||||
pleroma = True
|
pleroma = True
|
||||||
j = j['first']
|
j = j['first']
|
||||||
|
|
Loading…
Reference in a new issue