mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 07:22:37 -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')
|
('../lib/ipwhois/data', 'data')
|
||||||
],
|
],
|
||||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||||
hiddenimports=['Foundation', 'AppKit', 'chroot.ssl'],
|
hiddenimports=['Foundation', 'AppKit', 'cheroot.ssl'],
|
||||||
cipher=block_cipher
|
cipher=block_cipher
|
||||||
)
|
)
|
||||||
pyz = PYZ(
|
pyz = PYZ(
|
||||||
|
|
|
@ -16,7 +16,7 @@ analysis = Analysis(
|
||||||
('..\\lib\\ipwhois\\data', 'data')
|
('..\\lib\\ipwhois\\data', 'data')
|
||||||
],
|
],
|
||||||
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
|
||||||
hiddenimports=['chroot.ssl'],
|
hiddenimports=['cheroot.ssl'],
|
||||||
cipher=block_cipher,
|
cipher=block_cipher,
|
||||||
)
|
)
|
||||||
pyz = PYZ(
|
pyz = PYZ(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue