西瓜又升级了(用户信息接口)

This commit is contained in:
2020-04-24 00:39:03 +08:00
parent 09564f1748
commit e10c1ff928
3 changed files with 16 additions and 16 deletions

View File

@ -10,7 +10,7 @@ a = Analysis(['WinMain.py'],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
excludes=["xml", "_tkinter", "pydoc", "lib2to3"],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,