From 83df807f7e3115e148c554740d55b2d3840b69fc Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Thu, 2 Jul 2020 09:15:13 -0700 Subject: [PATCH] Fix typo in eb3db20 --- package/Tautulli-macos.spec | 2 +- package/Tautulli-windows.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/Tautulli-macos.spec b/package/Tautulli-macos.spec index c44a46ee..4683f877 100644 --- a/package/Tautulli-macos.spec +++ b/package/Tautulli-macos.spec @@ -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( diff --git a/package/Tautulli-windows.spec b/package/Tautulli-windows.spec index cdf7c331..2a3a7bdd 100644 --- a/package/Tautulli-windows.spec +++ b/package/Tautulli-windows.spec @@ -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(