fix: Ported fix from stable, in python version below 3.12 you can't use " with f-strings

This commit is contained in:
2026-06-08 09:46:37 +03:00
parent 2ed246b9ad
commit 6b6afb7493

View File

@@ -760,7 +760,7 @@ class Limoka(loader.Module):
), ),
}, },
{ {
"text": f"{self.strings["body_page"]} {page_body + 1}/{len(body_pages)}", "text": f"{self.strings['body_page']} {page_body + 1}/{len(body_pages)}",
"callback": self._inline_void, "callback": self._inline_void,
}, },
{ {