Unbuffered.

This commit is contained in:
retoor 2025-01-31 12:52:56 +01:00
parent 010f3b03a0
commit 8f502af84e

View File

@ -1,7 +1,7 @@
from aiohttp import web
from snek.system.view import BaseView
import traceback
import json
class RPCView(BaseView):