fix: add data print
black-action / runner / black formatter (push) Failing after -2s Details

This commit is contained in:
0xMRTT 2023-06-21 11:09:16 +02:00
parent b769493aac
commit 12e0603a8e
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ def run():
steps="70",
negative=negative,
)
await bot.api.send_markdown_message(room.room_id, f"{filename}")
await bot.api.send_markdown_message(room.room_id, f"{img_data}")
try:
with open(filename, mode="wb") as img_file:
img_file.write(img_data)