mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-21 19:51:28 +00:00
fix
This commit is contained in:
parent
9072ff5742
commit
cd83f18ee8
|
@ -65,7 +65,7 @@ def get_paginated_logs(
|
|||
|
||||
return events
|
||||
else:
|
||||
j.close()
|
||||
j.close()
|
||||
|
||||
raise NotImplementedError(
|
||||
"Pagination by both up_cursor and down_cursor is not implemented"
|
||||
|
|
Loading…
Reference in a new issue