summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-x[-rw-r--r--]main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a0539bd0..9e340600 100644..100755
--- a/main.py
+++ b/main.py
@@ -8,5 +8,5 @@ if __name__ == '__main__':
# Set "use_ipython" to True to include the ipy command if IPython is installed, which supports advanced interactive
# debugging of your application via introspection on self.
- app = Cmd(use_ipython=False)
+ app = Cmd(use_ipython=True)
app.cmdloop()