fix: webapp() takes no workdir kwarg

This commit is contained in:
yumoqing 2026-08-11 15:20:49 +08:00
parent bfe8397fe0
commit 2c265d0f3e

View File

@ -33,4 +33,4 @@ def init():
if __name__ == '__main__':
webapp(init, workdir=WORKDIR)
webapp(init)