Update pywebio-usesless.py

pull/329/head
taiyi747 1 year ago committed by GitHub
parent 03dc49a5a9
commit 0a40786ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save