HTTP **S**

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

View File

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