fix merge conflicts

This commit is contained in:
stalbe_j
2023-01-24 10:54:37 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ tests:
- python -m unittest discover -f ./tests
- coverage run --source=./live_display -m unittest discover -f ./tests
- coverage run --source=./grum -m unittest discover -f ./tests
- coverage report
- coverage xml

View File

@ -56,6 +56,7 @@ class MainWindow(QMainWindow):
rst.server.register_function(self.new_plot)
rst.server.register_function(self.append_data)
self.sig_make_new_plot.connect(self.on_make_new_plot)
def keyPressEvent(self, event):