mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
fix error in web v2
This commit is contained in:
@@ -42,7 +42,7 @@ def main():
|
||||
venv_python = venv_path / 'bin' / 'python'
|
||||
venv_pip = venv_path / 'bin' / 'pip'
|
||||
|
||||
# Install dependencies
|
||||
# Always install dependencies to ensure everything is up to date
|
||||
logger.info("Installing dependencies...")
|
||||
try:
|
||||
subprocess.check_call([
|
||||
|
||||
Reference in New Issue
Block a user