feat(singleton-selenium-driver) - by emile

This commit is contained in:
2026-01-11 20:43:46 +05:30
parent 7a4ea21658
commit 656e98687f
6 changed files with 271 additions and 48 deletions

View File

@@ -3,6 +3,6 @@
"private": true,
"scripts": {
"postinstall": "pip install -r requirements.txt",
"dev": "python main.py"
"dev": "python3 main.py"
}
}