We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb24c9 commit d7a6769Copy full SHA for d7a6769
octo/github_handle/mindsdb_octo.py
@@ -20,7 +20,7 @@ def start_local(self, debug=False):
20
Connect to local installation of mindsdb
21
"""
22
# Run shell command to start the local mindsdb server
23
- if debug:
+ if not debug:
24
command = "nohup python -m mindsdb > /dev/null 2>&1 &"
25
else:
26
command = "nohup python -m mindsdb > mindsdb.log 2>&1 &"
0 commit comments