Convert to actual module
This commit is contained in:
parent
5659d01686
commit
2f05e70945
2 changed files with 1 additions and 1 deletions
0
app/__init__.py
Normal file
0
app/__init__.py
Normal 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)
|
||||
|
||||
|
|
Reference in a new issue