Spaces:
Running
Running
Commit
·
9ece90d
1
Parent(s):
2067525
Today Check
Browse files
FileStream/server/APP/routes_app.py
CHANGED
@@ -9,6 +9,11 @@ from FileStream.Exceptions import FIleNotFound, InvalidHash
|
|
9 |
|
10 |
|
11 |
#------------------------------Functions------------------------------#
|
|
|
|
|
|
|
|
|
|
|
12 |
#@sub_app.get("/watch/{path}", allow_head=True)
|
13 |
async def stream_handler(request: web.Request):
|
14 |
try:
|
|
|
9 |
|
10 |
|
11 |
#------------------------------Functions------------------------------#
|
12 |
+
|
13 |
+
|
14 |
+
tasks = []
|
15 |
+
|
16 |
+
|
17 |
#@sub_app.get("/watch/{path}", allow_head=True)
|
18 |
async def stream_handler(request: web.Request):
|
19 |
try:
|
FileStream/server/Authentication/__init__.py
CHANGED
@@ -2,7 +2,4 @@ import os
|
|
2 |
from aiohttp import web
|
3 |
from aiohttp.http_exceptions import BadStatusLine
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
auth = web.Application()
|
|
|
2 |
from aiohttp import web
|
3 |
from aiohttp.http_exceptions import BadStatusLine
|
4 |
|
|
|
|
|
|
|
5 |
auth = web.Application()
|