mirror of
https://github.com/chubin/wttr.in
synced 2025-01-12 12:08:47 +00:00
bin/proxy.py: minor fix
This commit is contained in:
parent
64322d7b61
commit
fc604e2575
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ def add_translations(content, lang):
|
||||||
returned by the data source
|
returned by the data source
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if content is "{}":
|
if content == "{}":
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
languages_to_translate = TRANSLATIONS.keys()
|
languages_to_translate = TRANSLATIONS.keys()
|
||||||
|
|
Loading…
Reference in a new issue