Refactor client configuration and improve code clarity in client.py and admin_servers.py. Added a new line in ClientConfig for better readability and updated the extend_client_key function signature for consistency. Corrected a TODO comment format in admin_servers.py for improved code standards.
This commit is contained in:
@@ -300,7 +300,7 @@ async def sync_cluster_handler(callback_query: types.CallbackQuery):
|
||||
|
||||
conn = await asyncpg.connect(DATABASE_URL)
|
||||
try:
|
||||
#TODO
|
||||
# TODO
|
||||
query_keys = """
|
||||
SELECT tg_id, client_id, email, expiry_time
|
||||
FROM keys
|
||||
|
||||
Reference in New Issue
Block a user