fixed stream

This commit is contained in:
zixuanzh
2018-10-31 23:13:51 +01:00
parent 2315388589
commit 92867c42a4
2 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,7 @@ class IStream(ABC):
self.connection = connection
@abstractmethod
def protocol(self):
def get_protocol(self):
"""
:return: protocol id that stream runs on
"""