Fixed Instance name

This commit is contained in:
jpk 2019-10-03 09:50:35 +02:00
parent 423cd36fed
commit f58adf2833
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class OctetStreamHandler(object):
@staticmethod
def handle(httpd):
raise Exception(f'Not implemented: Unable to handle {httpd} '
'({StreamHandler.mimetype}')
'({OctetStreamHandler.mimetype}')
class ChunkTemplateHandler(BaseTextHandler):