Testint 2

This commit is contained in:
Robbe Van Herck 2019-02-19 19:04:05 +01:00
parent dd78efee00
commit 0af464d17e
No known key found for this signature in database
GPG Key ID: 4D1C8E8FBD1C7188
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def new_message():
return ""
def delete_message(message_id):
driver.posts.create_post({{
driver.posts.create_post({
"channel_id": "general",
"message": "test",
})