Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit dc7687e

Browse files
committed
refactor: update variable names in __main__.py
1 parent 56ec31a commit dc7687e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paling/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
print("Building executable with main script '%s' and web folder '%s'...\n" %
2828
(main_script, web_folder))
2929

30-
aal_js_file: str = pkg.resource_filename('paling', 'paling.js')
31-
js_file_arg: str = '%s%saal' % (aal_js_file, os.pathsep)
30+
paling_js_file: str = pkg.resource_filename('paling', 'paling.js')
31+
js_file_arg: str = '%s%spaling' % (paling_js_file, os.pathsep)
3232
web_folder_arg: str = '%s%s%s' % (web_folder, os.pathsep, web_folder)
3333

3434
needed_args: List[str] = ['--hidden-import', 'bottle_websocket',

0 commit comments

Comments
 (0)