auto-sync: 2026-05-22 13:36:23

This commit is contained in:
cfdaily
2026-05-22 13:36:23 +08:00
parent 9f5b119c98
commit a8184787c0
+1
View File
@@ -262,6 +262,7 @@ curl -X POST http://{self.api_host}:{self.api_port}/api/projects/{project_id}/ta
cmd.extend([
"--message", message,
"--json",
"--timeout", str(int(self.gateway_timeout)),
])
try: