Add missing )

This commit is contained in:
Sijmen Schoon 2016-09-26 11:59:38 +02:00
parent 1dfbd81ebc
commit 7230fa1466

View File

@ -170,7 +170,7 @@ async def matrix_transaction(request):
url_str)
await group.send_photo(img_file, caption=caption)
else:
print('Unsupported message type {}'.format(content['msgtype'])
print('Unsupported message type {}'.format(content['msgtype']))
print(json.dumps(content, indent=4))
return create_response(200, {})