Skip to content
Snippets Groups Projects
Commit 59ca822a authored by Daniel Brown's avatar Daniel Brown
Browse files

disabling debug

parent 7a9feb16
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import sys
from flask import Flask
from optparse import OptionParser
def start(instance_path,port=5000, debug=True, ip="0.0.0.0", git_bin="/usr/bin/git"):
def start(instance_path,port=5000, debug=False, ip="0.0.0.0", git_bin="/usr/bin/git"):
os.environ["GIT_BIN"] = git_bin
# we import this now so that we can set the GIT_BIN env var
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment