diff options
| author | root <root@turin.home> | 2022-01-30 15:16:47 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:16:47 +0000 |
| commit | 422999a281c4d29cdbaac616e647dd5a00b778de (patch) | |
| tree | 6c4a272ed99a413114880ced0307b764b710c929 | |
| parent | bcaa188e4a1212f5fdd174b2cf65fca7a35250f9 (diff) | |
Minor error
| -rw-r--r-- | weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |
