diff options
| author | root <root@turin.home> | 2022-01-30 15:17:12 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:17:12 +0000 |
| commit | f751dc8881f2cdc20facca542f07e6728421161f (patch) | |
| tree | 28ea6ea20ff0caae0e4fad413fde97ab1832402b | |
| parent | 422999a281c4d29cdbaac616e647dd5a00b778de (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__() def get_temp(self): # https://docs.python-requests.org/en/latest/ |
