HTTP **S** try 2

This commit is contained in:
Robbe Van Herck 2019-02-19 18:19:37 +01:00
parent 6ae9511002
commit 5e302e3881
No known key found for this signature in database
GPG Key ID: 4D1C8E8FBD1C7188
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ response_setting = "in_channel"
from app import models
driver = Driver({
'port': 443,
'url': config.server_url,
'token': config.personal_auth_token
})