From fc604e2575408d68e581af61bdc7b3f8dc9c3b74 Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 24 May 2020 19:25:45 +0200 Subject: [PATCH] bin/proxy.py: minor fix --- bin/proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/proxy.py b/bin/proxy.py index 8e45052..242b54b 100644 --- a/bin/proxy.py +++ b/bin/proxy.py @@ -142,7 +142,7 @@ def add_translations(content, lang): returned by the data source """ - if content is "{}": + if content == "{}": return {} languages_to_translate = TRANSLATIONS.keys()