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()