bin/proxy.py: minor fix

This commit is contained in:
Igor Chubin 2020-05-24 19:25:45 +02:00
parent 64322d7b61
commit fc604e2575

View File

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