Fix settings import
This commit is contained in:
parent
39acbfc15f
commit
33a79f14b7
1 changed files with 2 additions and 2 deletions
|
@ -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__
|
||||
|
||||
|
|
Loading…
Reference in a new issue