Initial Commit

This commit is contained in:
Avishkar Patil
2021-05-15 23:41:54 +05:30
committed by GitHub
parent d01bfc0000
commit 3f05957f6e

View File

@@ -1,6 +1,4 @@
# Taken from megadlbot_oss <https://github.com/eyaadh/megadlbot_oss/blob/master/mega/webserver/__init__.py>
# Thanks to Eyaadh <https://github.com/eyaadh>
# This file is a part of TG-FileStreamBot
# © Avishkar Patil [ @AvishkarPatil ] [ Telegram ]
# Coding : Jyothis Jayanth [@EverythingSuckz]
from aiohttp import web
@@ -10,4 +8,4 @@ from .stream_routes import routes
async def web_server():
web_app = web.Application(client_max_size=30000000)
web_app.add_routes(routes)
return web_app
return web_app