Skip to content

Commit

Permalink
remove consolidator
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoberSobber committed Mar 3, 2024
1 parent 33e5c24 commit 6fe7d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generate-with-extra-logging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ cecho $GREEN "Main script completed."
ls

# Run consolidator script
cecho $GREEN "Running consolidator script..."
python consolidator.py > /dev/null 2>&1
cecho $GREEN "Running Fake Consolidator..."
cp rec16.wav.json consolidated.json
cecho $GREEN "Consolidator script completed."

ls
Expand Down
4 changes: 2 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ cecho $GREEN "Running main script..."
cecho $GREEN "Main script completed."

# Run consolidator script
cecho $GREEN "Running consolidator script..."
python consolidator.py > /dev/null 2>&1
cecho $GREEN "Running fake consolidator script..."
cp rec16.wav.json consolidated.json
cecho $GREEN "Consolidator script completed."

cecho $GREEN "Fetching and Chopping BG Video..."
Expand Down

0 comments on commit 6fe7d26

Please sign in to comment.