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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/charts/temperaturerecords/temperaturerecords.py b/examples/charts/temperaturerecords/temperaturerecords.py
index d3bc872af..3bb64a27f 100644
--- a/examples/charts/temperaturerecords/temperaturerecords.py
+++ b/examples/charts/temperaturerecords/temperaturerecords.py
@@ -88,6 +88,7 @@ class MainWindow(QMainWindow):
self.setCentralWidget(chart_view)
+
if __name__ == "__main__":
app = QApplication(sys.argv)
w = MainWindow()