summaryrefslogtreecommitdiff
path: root/weather.py
diff options
context:
space:
mode:
Diffstat (limited to 'weather.py')
-rw-r--r--weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather.py b/weather.py
index cc21022..0c8efb4 100644
--- a/weather.py
+++ b/weather.py
@@ -35,7 +35,7 @@ class weather_met_no(weather):
# sending-user-agent-using-requests-library-in-python
# https://api.met.no/doc/FAQ
self.HEADERS = {"User-Agent": "TopologicalMap"}
- super.init(self)
+ super.__init__(self)
def get_temp(self):
# https://docs.python-requests.org/en/latest/