This commit is contained in:
JonnyWong16
2020-07-02 09:15:13 -07:00
parent eb3db20340
commit 83df807f7e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ analysis = Analysis(
('..\\lib\\ipwhois\\data', 'data')
],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
hiddenimports=['chroot.ssl'],
hiddenimports=['cheroot.ssl'],
cipher=block_cipher,
)
pyz = PYZ(