add sourceApp

This commit is contained in:
KatKatKateryna
2024-11-22 17:53:40 +00:00
parent 6833aaef21
commit b07ed87d03
@@ -222,7 +222,8 @@ def set_actions(self: "SpeckleProvider", client: "SpeckleClient", action: str =
try:
full_dict = {**self.url_params, **self.times}
full_dict["GIS commit"] = self.commit_gis
full_dict["project"] = f"{self.project_id}"
full_dict["project_id"] = f"{self.project_id}"
full_dict["sourceHostApp"] = self.sourceApp
full_dict["model"] = f"{self.project_name}, {self.model_name}"
full_dict["time_TOTAL"] = sum([x[1] for x in self.times.items()])
full_dict["model_url"] = self.speckle_url