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

Fixed quotes.

parent ae81d2d2
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,6 @@ class IntentApp(App): ...@@ -17,6 +17,6 @@ class IntentApp(App):
self.root.ids.error.text = 'Cannot dial: {exception}'.format(exception=exception) self.root.ids.error.text = 'Cannot dial: {exception}'.format(exception=exception)
if __name__ == "__main__": if __name__ == '__main__':
app = IntentApp() app = IntentApp()
app.run() app.run()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment