mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix typo in eb3db20
This commit is contained in:
parent
eb3db20340
commit
83df807f7e
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ analysis = Analysis(
|
|||
('../lib/ipwhois/data', 'data')
|
||||
],
|
||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||
hiddenimports=['Foundation', 'AppKit', 'chroot.ssl'],
|
||||
hiddenimports=['Foundation', 'AppKit', 'cheroot.ssl'],
|
||||
cipher=block_cipher
|
||||
)
|
||||
pyz = PYZ(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue