Skip to content

Commit

Permalink
bug auto copy causing app to hang.
Browse files Browse the repository at this point in the history
removed the feature for the moment
  • Loading branch information
Paulo Silva committed Apr 17, 2024
1 parent f5eea49 commit 500e5bc
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Empty file removed data/blacklist.txt
Empty file.
Empty file removed data/destination.csv
Empty file.
Empty file removed data/source.csv
Empty file.
Empty file removed data/source.txt
Empty file.
Empty file removed data/whitelist.txt
Empty file.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
echo "----------------------IF THEN---------------------------"
source .venv/bin/activate
pip install -r requirements.txt
python3 ./engine/timeloop_module.py & \
# python3 ./engine/timeloop_module.py & \
python3 ./photofolder.py & \
wait
else
Expand All @@ -16,7 +16,7 @@ else
source .venv/bin/activate
python3 -m pip install --upgrade pip
pip install -r requirements.txt
python3 ./engine/timeloop_module.py & \
# python3 ./engine/timeloop_module.py & \
python3 ./photofolder.py & \
wait
fi
Expand Down

0 comments on commit 500e5bc

Please sign in to comment.