Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 3794947

Browse files
committed
fix typo
1 parent 11cf5dd commit 3794947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beempy-onedir.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ a = Analysis(['beem/cli.py'],
2525
pathex=['beem'],
2626
binaries=binaries,
2727
datas=analysis_data,
28-
hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'cryptography.hazmat.backends.openssl', 'cryptography']],
28+
hiddenimports=['scrypt', '_scrypt', 'websocket', 'pylibscrypt', 'cffi', 'cryptography.hazmat.backends.openssl', 'cryptography'],
2929
hookspath=[],
3030
runtime_hooks=[],
3131
excludes=['matplotlib', 'scipy', 'pandas', 'numpy', 'PyQt5', 'tkinter'],

0 commit comments

Comments
 (0)