fix misprint

This commit is contained in:
user 2025-03-13 21:00:04 +03:00
parent 54bc545090
commit 4643d7f202
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,5 @@ RUN apt-get update && apt-get install -y \
apt-get update && \
apt-get install -y docker-ce-cli
RUN apt-get install -y ffmpeg
CMD ["python", "app"]

View File

@ -264,7 +264,7 @@ async def main_fn(memory):
blockchain_task.meta = {
**blockchain_task.meta,
'sign_created': sign_created,
'signed_message': query_boc,
'signed_message': query_boc.hex(),
}
await session.commit()
make_log("TON", f"Created signed message for task {blockchain_task.id}" + '\n' + traceback.format_exc(), level="info")