Spaces:
Sleeping
Sleeping
Commit
·
2de6d2c
1
Parent(s):
49b1764
update main.py
Browse files- bot/server/main.py +1 -0
bot/server/main.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
from quart import Blueprint, Response, request, render_template, redirect, jsonify
|
| 2 |
from math import ceil
|
| 3 |
import time
|
|
|
|
| 4 |
from re import match as re_match
|
| 5 |
from .error import abort
|
| 6 |
from bot import TelegramBot, StartTime, utils
|
|
|
|
| 1 |
from quart import Blueprint, Response, request, render_template, redirect, jsonify
|
| 2 |
from math import ceil
|
| 3 |
import time
|
| 4 |
+
import asyncio
|
| 5 |
from re import match as re_match
|
| 6 |
from .error import abort
|
| 7 |
from bot import TelegramBot, StartTime, utils
|