Update pywebio-usesless.py

このコミットが含まれているのは:
taiyi747 2023-05-01 11:46:21 +08:00 committed by GitHub
コミット 0a40786ee0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -1,4 +1,5 @@
import usesless,time
from gpt4free import usesless
import time
from pywebio import start_server,config
from pywebio.input import *
from pywebio.output import *
@ -55,4 +56,4 @@ def main():
msg()
print("Click link to chat page")
start_server(main, port=8099,allowed_origins="*",auto_open_webbrowser=True,debug=True)
start_server(main, port=8099,allowed_origins="*",auto_open_webbrowser=True,debug=True)