summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-30 15:16:47 +0000
committerroot <root@turin.home>2022-01-30 15:16:47 +0000
commit422999a281c4d29cdbaac616e647dd5a00b778de (patch)
tree6c4a272ed99a413114880ced0307b764b710c929
parentbcaa188e4a1212f5fdd174b2cf65fca7a35250f9 (diff)
Minor error
-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/