fix space

This commit is contained in:
odysseusmax 2020-08-11 06:39:00 +00:00
parent 0ae39532c3
commit b5cdcdaa63

View File

@ -11,6 +11,7 @@ from .routes import setup_routes
from .views import Views
from .config import host, port, session_string, api_id, api_hash, debug
TEMPLATES_ROOT = pathlib.Path(__file__).parent / 'templates'
client = Client(session_string, api_id, api_hash)
logging.basicConfig(level=logging.DEBUG if debug else logging.INFO)