Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   matrix_sync/sync/receiver.py
  • Loading branch information
Mooling0602 committed Nov 8, 2024
1 parent 71206c7 commit e410aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_sync/sync/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def getMsg() -> None:
psi.logger.info("Sync is starting.")
await client.sync(timeout=5)
msg_callback = True
psi.logger.info("Ready to receive new messages.")
psi.logger.info("Ready to receive new messages")
await client.sync_forever(timeout=5)
# else:
# psi.logger.error("Sync failed: can't get 'next_batch' when sync.")
Expand Down

0 comments on commit e410aa0

Please sign in to comment.