fix: web server port

This commit is contained in:
JS00000
2023-04-05 14:29:18 +08:00
parent a7914279a9
commit fdf6b0dc6b
2 changed files with 13 additions and 2 deletions

View File

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