Fix settings import

This commit is contained in:
Théophile Bastian 2018-03-03 14:37:07 +01:00
parent 39acbfc15f
commit 33a79f14b7
1 changed files with 2 additions and 2 deletions

View File

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