refactor: rm debug print
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
*.wav
|
||||
*.DS_Store
|
||||
*.log
|
||||
cookies.json
|
||||
*.tmp
|
||||
*.safetensors
|
||||
config.ini
|
||||
test_agent.py
|
||||
*.egg-info
|
||||
.voices/
|
||||
experimental/
|
||||
conversations/
|
||||
agentic_env/*
|
||||
|
||||
@@ -131,7 +131,6 @@ class Provider:
|
||||
while not is_complete:
|
||||
try:
|
||||
response = requests.get(f"http://{self.server_ip}/get_updated_sentence")
|
||||
print(response)
|
||||
if "error" in response.json():
|
||||
pretty_print(response.json()["error"], color="failure")
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user