Update server.py
This commit is contained in:
parent
da30f258a5
commit
b9f32bd1a1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
import asyncio, traceback
|
||||
from Flask import flask, request, render_template
|
||||
from flask import Flask, request, render_template
|
||||
from hypercorn.config import Config
|
||||
from hypercorn.asyncio import serve
|
||||
app = Flask(__name__)
|
||||
|
|
Loading…
Add table
Reference in a new issue