hbc proper termination, hbd config reloadable
This commit is contained in:
+2
-1
@@ -46,7 +46,8 @@ def main(argv=None):
|
||||
if args.debug > 0:
|
||||
config["debug"] = args.debug
|
||||
|
||||
run_server(config)
|
||||
# Pass config_path for reloading support
|
||||
run_server(config, config_path=args.configfile)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user