mirror of
https://gitlab.com/octospacc/TelegramIndex-Fork.git
synced 2025-02-16 11:31:44 +01:00
fix space
This commit is contained in:
parent
0ae39532c3
commit
b5cdcdaa63
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user