Skip to content

Commit

Permalink
πŸ› Fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
pAkalpa committed Mar 14, 2024
1 parent d378f19 commit 4f294c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn install_python_dependencies(
.arg("install")
.arg("-r")
.arg(requirements_txt.as_path())
.creation_flags(CREATE_NO_WINDOW)
// .creation_flags(CREATE_NO_WINDOW)
.status()
.expect("failed to install python deps");

Expand Down
2 changes: 1 addition & 1 deletion engine
Submodule engine updated 1 files
+4 βˆ’2 AI/engine.py

0 comments on commit 4f294c8

Please sign in to comment.