Skip to content

Commit

Permalink
etryvoga error code
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Jul 21, 2024
1 parent 46eea70 commit 10391a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/etryvoga/etryvoga.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def explosions_data(mc):
await mc.set(b"etryvoga_full", etryvoga_full.encode("utf-8"))
logger.info("etryvoga data stored")
else:
logger.error(f"Request failed with status code: {response.status_code}")
logger.error(f"Request failed with status code: {response.status}")
except KeyError as e:
logger.error(f"Request failed with key: {e.args[0]}")
except Exception as e:
Expand Down

0 comments on commit 10391a7

Please sign in to comment.