reduce console output

This commit is contained in:
Ammar Qammaz 2025-01-07 15:57:13 +02:00
parent db6c917643
commit c59bfe3164

View File

@ -127,7 +127,7 @@ for i in range(startAt, len(files)):
hz = 1 / (seconds + 0.0001) hz = 1 / (seconds + 0.0001)
# Output the result # Output the result
print("result[0][0][1] ",result[0][0][1]) #print("result[0][0][1] ",result[0][0][1])
question = this_user_prompt #Don't try to recover it from the list.. question = this_user_prompt #Don't try to recover it from the list..
response = result[0][0][1] response = result[0][0][1]