Fix the devtools example of how to run an app

This commit is contained in:
Dave Pearson
2022-11-17 10:39:43 +00:00
parent 29a891724b
commit 5f4a44c6c6

View File

@@ -119,6 +119,6 @@ class LogApp(App):
self.log(self.tree)
if __name__ == "__main__":
LogApp.run()
LogApp().run()
```