mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
fix: update js path
This commit is contained in:
parent
634bd9f41f
commit
560f294819
@ -2,4 +2,4 @@ from pathlib import Path
|
||||
|
||||
current_file_path = Path(__file__).resolve()
|
||||
current_dir = current_file_path.parent
|
||||
JS_SCRIPT_PATH = current_dir / 'js'
|
||||
JS_SCRIPT_PATH = current_dir / 'javascript'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user