aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/temperaturerecords/temperaturerecords.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/temperaturerecords/temperaturerecords.py')
-rw-r--r--examples/charts/temperaturerecords/temperaturerecords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/temperaturerecords/temperaturerecords.py b/examples/charts/temperaturerecords/temperaturerecords.py
index 3bb64a27f..fe4e948cc 100644
--- a/examples/charts/temperaturerecords/temperaturerecords.py
+++ b/examples/charts/temperaturerecords/temperaturerecords.py
@@ -94,4 +94,4 @@ if __name__ == "__main__":
w = MainWindow()
w.resize(600, 300)
w.show()
- sys.exit(app.exec_())
+ sys.exit(app.exec())