mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-16 14:34:17 +02:00
fix: Ported fix from stable, in python version below 3.12 you can't use " with f-strings
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user