Add missing )
This commit is contained in:
parent
1dfbd81ebc
commit
7230fa1466
@ -170,7 +170,7 @@ async def matrix_transaction(request):
|
|||||||
url_str)
|
url_str)
|
||||||
await group.send_photo(img_file, caption=caption)
|
await group.send_photo(img_file, caption=caption)
|
||||||
else:
|
else:
|
||||||
print('Unsupported message type {}'.format(content['msgtype'])
|
print('Unsupported message type {}'.format(content['msgtype']))
|
||||||
print(json.dumps(content, indent=4))
|
print(json.dumps(content, indent=4))
|
||||||
|
|
||||||
return create_response(200, {})
|
return create_response(200, {})
|
||||||
|
Loading…
Reference in New Issue
Block a user