From ef5e05fde96fab524cbcf9d8229728935921d79d Mon Sep 17 00:00:00 2001 From: Azlux Date: Sun, 12 Jul 2020 11:35:22 +0200 Subject: [PATCH] Bad quote, bad ! --- templates/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/translate.py b/templates/translate.py index 0d8241c..86c6f86 100755 --- a/templates/translate.py +++ b/templates/translate.py @@ -32,7 +32,7 @@ if __name__ == "__main__": if match is None: continue - print("f"Populating {html_file} with translations...") + print(f"Populating {html_file} with translations...") basename = match[1] with open(html_file, "r") as f: html = f.read()