cleaned up

This commit is contained in:
2021-01-07 14:53:50 +01:00
parent 1abe7b1773
commit d737de33dc
2 changed files with 6 additions and 7 deletions

View File

@@ -29,8 +29,8 @@ class WeatherScene:
self.icon = None
self.debug = False
self.intensity = 16
self.lat = 59.3293
self.lon = 18.0686
self.lat = 51.666664
self.lon = 5.3666652
self.api_url = 'https://opendata-download-metfcst.smhi.se'
self.headers = {
'User-Agent':'weatherscene.py/1.0 (+https://github.com/noahwilliamsson/lamatrix)',