Fix settings import

This commit is contained in:
Théophile Bastian 2018-03-03 14:37:07 +01:00
parent 39acbfc15f
commit 33a79f14b7

View file

@ -7,12 +7,12 @@ import sys
import subprocess import subprocess
import hmac import hmac
import logging import logging
import coloredlogs
from hashlib import sha256 from hashlib import sha256
from threading import Thread from threading import Thread
from functools import wraps from functools import wraps
import coloredlogs
from flask import Flask, request from flask import Flask, request
from . import settings import settings
LOGGER_NAME = __name__ LOGGER_NAME = __name__