logger removed bugfix
This commit is contained in:
parent
55b3f830bb
commit
955f0decbb
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -91,7 +91,7 @@ async def get_message_text() -> str:
|
|||
try:
|
||||
response = requests.get(DEADLINES_URL).json()
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to fetch deadlines: {e}")
|
||||
print(f"Failed to fetch deadlines: {e}")
|
||||
return ""
|
||||
deadlines = response["deadlines"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue