Skip to content

Commit c031095

Browse files
committed
Modify cron file.
1 parent c7020d5 commit c031095

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Bot/meeting_scheduler.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ async def make_request(session, data):
4646
API_URL, headers=headers, json=body, timeout=10
4747
) as response:
4848
status = response.status
49-
print(f"[INFO] Token: {data['access_token'][:10]}... -> Status: {status}")
49+
# text = await response.text()
50+
print(f"[INFO] Token: {data['bot_name']}: -> Status: {status}")
5051
except Exception as e:
51-
print(f"[ERROR] Token {data['access_token'][:10]}... failed: {e}")
52+
print(f"[ERROR] Token {data['bot_name']}: failed: {e}")
5253

5354

5455
# Main async workflow

0 commit comments

Comments
 (0)