main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 5a52f09f97 - Show all commits

View File

@@ -109,7 +109,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
timeout=10
)
response.raise_for_status()
doc.notes = (doc.notes or "") + "SO updated: " + response.json()
doc.notes = (doc.notes or "") + "SO updated"
except Exception as e:
doc.state = "error"