fix- command fixed for window

This commit is contained in:
2026-01-11 21:18:27 +05:30
parent 04eb7209ce
commit a52fdb3b9f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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