Adding equipment usage.

This commit is contained in:
lwark
2025-06-10 10:29:01 -05:00
parent 10d4c9f155
commit 58c669bc30
12 changed files with 145 additions and 88 deletions

View File

@@ -70,8 +70,8 @@ class ProcedureCreation(QDialog):
procedure=self.created_procedure.__dict__,
plate_map=self.plate_map
)
with open("procedure.html", "w") as f:
f.write(html)
# with open("procedure.html", "w") as f:
# f.write(html)
self.webview.setHtml(html)
@pyqtSlot(str, str)