dev@locazia: fix misprint
This commit is contained in:
parent
b6a9b5c0ab
commit
64e86f360d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue