Spaces:
Running
Running
Update akn/__main__.py
Browse files- akn/__main__.py +2 -2
akn/__main__.py
CHANGED
@@ -28,7 +28,7 @@ from akn import Randydev
|
|
28 |
from akn.clientmulti_bot import start_user, start_magic_bot, start_gemini_bot
|
29 |
from akn.utils.logger import LOGS
|
30 |
from akn.utils.database import db
|
31 |
-
from akn.utils.base_sqlite import
|
32 |
from config import PRIVATE_LOGS
|
33 |
from pyrogram.errors import *
|
34 |
from contextlib import closing, suppress
|
@@ -47,7 +47,7 @@ async def client_multi_bot():
|
|
47 |
async def main():
|
48 |
try:
|
49 |
await db.connect()
|
50 |
-
await create_index()
|
51 |
await client_multi_bot()
|
52 |
randydev = Randydev(loop=loop)
|
53 |
await randydev.start()
|
|
|
28 |
from akn.clientmulti_bot import start_user, start_magic_bot, start_gemini_bot
|
29 |
from akn.utils.logger import LOGS
|
30 |
from akn.utils.database import db
|
31 |
+
# from akn.utils.base_sqlite import
|
32 |
from config import PRIVATE_LOGS
|
33 |
from pyrogram.errors import *
|
34 |
from contextlib import closing, suppress
|
|
|
47 |
async def main():
|
48 |
try:
|
49 |
await db.connect()
|
50 |
+
# await create_index()
|
51 |
await client_multi_bot()
|
52 |
randydev = Randydev(loop=loop)
|
53 |
await randydev.start()
|