1
0
Fork 0

Update pywebio-usesless.py

This commit is contained in:
taiyi747 2023-05-01 11:46:21 +08:00 committed by GitHub
parent 03dc49a5a9
commit 0a40786ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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)