dev@locazia: fix misprint

This commit is contained in:
user 2024-03-03 14:26:25 +03:00
parent b6a9b5c0ab
commit 64e86f360d
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ async def main():
while True: while True:
sw_seqno_value = await get_sw_seqno() sw_seqno_value = await get_sw_seqno()
make_log("TON", f"Service running (seqno}", level="debug") make_log("TON", f"Service running ({sw_seqno_value}", level="debug")
# with db_session() as session: # with db_session() as session:
# for stored_content in session.query(StoredContent).filter(StoredContent.uploaded == False).all(): # for stored_content in session.query(StoredContent).filter(StoredContent.uploaded == False).all():
# pass # pass