summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-30 15:17:12 +0000
committerroot <root@turin.home>2022-01-30 15:17:12 +0000
commitf751dc8881f2cdc20facca542f07e6728421161f (patch)
tree28ea6ea20ff0caae0e4fad413fde97ab1832402b
parent422999a281c4d29cdbaac616e647dd5a00b778de (diff)
Minor error
-rw-r--r--weather.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather.py b/weather.py
index 0c8efb4..f97e511 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__()
def get_temp(self):
# https://docs.python-requests.org/en/latest/