commit c8840e5830575e3de3bd404314314298b6dc26ec from: Aleksey Ryndin date: Sun Oct 13 10:54:12 2024 UTC Fix: pylint check commit - 5fa973563a60055ffbaff4f0a88ffbad6a3c0331 commit + c8840e5830575e3de3bd404314314298b6dc26ec blob - 81636d2b9a34d48eb86d7c79b9dd9d0481486213 blob + 4d100c52dbb7449684f02167309fa1de91a4fd54 --- lonk.py +++ lonk.py @@ -300,7 +300,7 @@ def print_header(page_name): def print_menu(lonk_url, honk_url, gethonks_answer=None): - print(f"## 📝 Menu\r") + print("## 📝 Menu\r") print(f"=> {lonk_url.build('newhonk')} new honk\r") print(f"=> {lonk_url.build([])} lonk home\r")