This commit is contained in:
mihalin 2021-09-10 21:34:55 +03:00
parent 68107caae4
commit 5ef9596ff1
2 changed files with 1 additions and 1 deletions

0
server/__init__.py Normal file
View File

View File

@ -5,7 +5,7 @@ from olgram.models.models import Bot
from aiohttp import web
from asyncio import get_event_loop
from olgram.settings import ServerSettings
from custom import CustomRequestHandler
from .custom import CustomRequestHandler
import logging