Onionoo job failing due to optional `as` keyword
Traceback (most recent call last): File "/root/.cache/pypoetry/virtualenvs/tor-weather-9TtSrW0h-py3.10/lib/python3.10/site-packages/celery/app/trace.py", line 477, in trace_task R = retval = fun(*args, **kwargs) File "/app/tor_weather/__init__.py", line 81, in __call__ return self.run(*args, **kwargs) File "/app/tor_weather/tasks/onionoo/__init__.py", line 9, in onionoo response = OnionooApi().get_response() File "/app/tor_weather/tasks/onionoo/api.py", line 31, in get_response parsed_response = cls._replace_reserved_keywords(response) File "/app/tor_weather/tasks/onionoo/api.py", line 46, in _replace_reserved_keywords relay["as_number"] = relay.pop("as") KeyError: 'as'