Chttpd generalisation, external data expunge

This commit is contained in:
2019-05-26 21:55:33 +02:00
parent 967d66d7c7
commit d4d3b539bc

View File

@@ -180,9 +180,9 @@ class WeatherInfo(object):
time_stamp = time.strptime(result_t_ext['time'].split('.')[0],
"%Y-%m-%dT%H:%M:%S")
except:
time_stamp = {'value': 1024}
time_stamp = 1024
except:
time_stamp = {'value': 2048}
time_stamp = 2048
result = {}