i hate weakly typed languages

pull/53/head
Matthew Hodgson 2015-02-07 12:55:13 +00:00
parent 55a186485c
commit 34c39398fa
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class BaseMediaResource(Resource):
raise SynapseError(
404,
"Invalid media id token %r" % (request.postpath,),
Codes.UNKKOWN,
Codes.UNKNOWN,
)
@staticmethod