fix: replit web fix
This commit is contained in:
+4
-2
@@ -9,13 +9,15 @@ app = Flask(__name__)
|
||||
def main_func():
|
||||
content = "<h1>QQChannelChatGPT Web APP</h1>"
|
||||
|
||||
content = "<p>" + "Online @ " + str(datetime.datetime.now()) + "</p>"
|
||||
content = "<p>欢迎Star本项目!!!</p>"
|
||||
content += "<p>" + "Online @ " + str(datetime.datetime.now()) + "</p>"
|
||||
content += "<p>欢迎Star本项目!!!</p>"
|
||||
return content
|
||||
|
||||
|
||||
def run():
|
||||
app.run(host="0.0.0.0", port=8080)
|
||||
|
||||
|
||||
|
||||
|
||||
def keep_alive():
|
||||
|
||||
Reference in New Issue
Block a user