mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
fix: web server port
This commit is contained in:
@@ -30,7 +30,7 @@ class WechatMPServer():
|
||||
'/wx', 'WechatMPChannel',
|
||||
)
|
||||
app = web.application(urls, globals())
|
||||
web.httpserver.runsimple(app.wsgifunc(), ('0.0.0.0', 80))
|
||||
app.run()
|
||||
|
||||
cache_dict = dict()
|
||||
query1 = dict()
|
||||
|
||||
Reference in New Issue
Block a user