mirror of
https://gitlab.com/octospacc/TelegramIndex-Fork.git
synced 2025-06-05 22:09:12 +02:00
fix space
This commit is contained in:
@@ -11,6 +11,7 @@ from .routes import setup_routes
|
|||||||
from .views import Views
|
from .views import Views
|
||||||
from .config import host, port, session_string, api_id, api_hash, debug
|
from .config import host, port, session_string, api_id, api_hash, debug
|
||||||
|
|
||||||
|
|
||||||
TEMPLATES_ROOT = pathlib.Path(__file__).parent / 'templates'
|
TEMPLATES_ROOT = pathlib.Path(__file__).parent / 'templates'
|
||||||
client = Client(session_string, api_id, api_hash)
|
client = Client(session_string, api_id, api_hash)
|
||||||
logging.basicConfig(level=logging.DEBUG if debug else logging.INFO)
|
logging.basicConfig(level=logging.DEBUG if debug else logging.INFO)
|
||||||
|
Reference in New Issue
Block a user