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