Fix python -m command error (#387)

Co-authored-by: xzx <xuzexin@thinktown.com>
This commit is contained in:
徐徐如生
2025-03-31 15:32:15 +08:00
committed by GitHub
parent a81b25ae8d
commit 321498ab5d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import sys
from server import main
from .server import main
sys.exit(main())