do not display location for 0-day queries (#342)

This commit is contained in:
Igor Chubin 2019-08-30 18:10:22 +02:00
parent e3e1d8b354
commit c8341c5d84

View File

@ -168,7 +168,9 @@ def get_wetter(location, ip, html=False, lang=None, query=None, location_name=No
if full_address \
and query.get('format', 'txt') != 'png' \
and (not query.get('no-city') and not query.get('no-caption')):
and (not query.get('no-city')
and not query.get('no-caption')
and not query.get('days') == '0'):
line = "%s: %s [%s]\n" % (
get_message('LOCATION', lang).encode('utf-8'),
full_address.encode('utf-8'),