mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 08:26:30 +03:00
fix buffer handling so that the group-tracking bot example passes
This commit is contained in:
@@ -71,7 +71,7 @@ class FFIEventLogger:
|
||||
locname += "-" + self.logid
|
||||
s = "{:2.2f} [{}] {}".format(elapsed, locname, message)
|
||||
with self._loglock:
|
||||
print(s)
|
||||
print(s, flush=True)
|
||||
|
||||
|
||||
class FFIEventTracker:
|
||||
|
||||
Reference in New Issue
Block a user