Commit fb4685e9 authored by Your Name's avatar Your Name

change procfile

parent 49a6ff44
web: gunicorn backend:start --log-file - web: gunicorn backend:app --log-file -
\ No newline at end of file \ No newline at end of file
...@@ -638,7 +638,7 @@ if args.debug is not None: ...@@ -638,7 +638,7 @@ if args.debug is not None:
ensure_dir(debug_dir) ensure_dir(debug_dir)
debug_file = open(args.debug, "a") debug_file = open(args.debug, "a")
def start(): def start(*arg, **kwargs):
global db global db
db = None db = None
if args.mongo_host is not None: if args.mongo_host is not None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment