1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-27 02:30:49 +02:00

fix: changed exec_ to exec for all apps

This commit is contained in:
wyzula-jan
2023-12-06 16:02:28 +01:00
parent 5adde23a45
commit 080c258d15
14 changed files with 16 additions and 16 deletions
@@ -328,4 +328,4 @@ if __name__ == "__main__":
)
plot.show()
# client.callbacks.register("scan_segment", plot, sync=False)
app.exec_()
app.exec()