Unbuffered.

This commit is contained in:
retoor 2025-01-31 12:21:53 +01:00
parent 8eff6dd6cb
commit 4de93489ef

View File

@ -78,6 +78,7 @@ class RPCView(BaseView):
html=message['html'],
username=user['username']
))
print("Response messages:",messages,flush=True)
return messages
async def get_channels(self):