Skip to content
Snippets Groups Projects
Commit d3d9c7ff authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Parameterize reload to command line option

parent 7a21ddfd
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def parse_args():
)
parser.add_argument(
'--reload',
action='store_false',
action='store_true',
help='automatically restart server when changes are noticed, for development purposes'
)
return parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment