Skip to content
Snippets Groups Projects
Commit 4b487ac1 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Fixed typo from copy/paste.

parent 9df3eda5
No related branches found
No related tags found
No related merge requests found
...@@ -47,5 +47,5 @@ class TriangleApp(App): ...@@ -47,5 +47,5 @@ class TriangleApp(App):
if __name__ == '__main__': if __name__ == '__main__':
nim = TriangleApp() app = TriangleApp()
nim.run() app.run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment