fix misprint
This commit is contained in:
parent
54bc545090
commit
4643d7f202
|
|
@ -21,7 +21,5 @@ RUN apt-get update && apt-get install -y \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y docker-ce-cli
|
apt-get install -y docker-ce-cli
|
||||||
|
|
||||||
RUN apt-get install -y ffmpeg
|
|
||||||
|
|
||||||
|
|
||||||
CMD ["python", "app"]
|
CMD ["python", "app"]
|
||||||
|
|
|
||||||
|
|
@ -264,7 +264,7 @@ async def main_fn(memory):
|
||||||
blockchain_task.meta = {
|
blockchain_task.meta = {
|
||||||
**blockchain_task.meta,
|
**blockchain_task.meta,
|
||||||
'sign_created': sign_created,
|
'sign_created': sign_created,
|
||||||
'signed_message': query_boc,
|
'signed_message': query_boc.hex(),
|
||||||
}
|
}
|
||||||
await session.commit()
|
await session.commit()
|
||||||
make_log("TON", f"Created signed message for task {blockchain_task.id}" + '\n' + traceback.format_exc(), level="info")
|
make_log("TON", f"Created signed message for task {blockchain_task.id}" + '\n' + traceback.format_exc(), level="info")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue