diff options
Diffstat (limited to 'weather.py')
| -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__() def get_temp(self): # https://docs.python-requests.org/en/latest/ |
