1
Fork 0

Convert to actual module

This commit is contained in:
Jake Howard 2018-10-25 20:53:23 +01:00
parent 5659d01686
commit 2f05e70945
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 1 additions and 1 deletions

0
app/__init__.py Normal file
View File

View File

@ -4,7 +4,7 @@ import logging
from flask import Flask
from github_webhook import Webhook
import config
from . import config
logging.basicConfig(level=logging.INFO)