Skip to content

Commit

Permalink
🤖🧹 reformat Python files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
M1Al3x authored and actions-user committed Aug 31, 2023
1 parent 4133606 commit 7e654c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,13 @@ def recordings(results, request):
for search_terms in divide_chunks(query_terms, 30):
for source in speech_db_eq:
temp.append(None)
query_terms = [query_terms[0], query_terms[1], query_terms[2], query_terms[3],query_terms[4] ]
query_terms = [
query_terms[0],
query_terms[1],
query_terms[2],
query_terms[3],
query_terms[4],
]
index = 0
for search_terms in divide_chunks(query_terms, 30):
for source in speech_db_eq:
Expand Down

0 comments on commit 7e654c5

Please sign in to comment.