This commit is contained in:
aozhiwei 2018-12-15 11:00:32 +08:00
parent ea4d30864d
commit 3a54f94c74

View File

@ -45,7 +45,7 @@ class RemoteServerConnection(object):
self.steam = steam
self.address = address
async def handle_stream():
async def handle_stream(self):
while True:
try:
data = await self.stream.read_until(b"\n")