kopia lustrzana https://github.com/cirospaciari/socketify.py
clean up
rodzic
34fca58084
commit
3a8dbdfffc
|
@ -236,7 +236,7 @@ def _execute(args):
|
||||||
elif interface != "socketify":
|
elif interface != "socketify":
|
||||||
return print(f"{interface} interface is not supported yet")
|
return print(f"{interface} interface is not supported yet")
|
||||||
|
|
||||||
auto_reload = options.get("--reload", False) or '--reload' in options_list or args.reload
|
auto_reload = options.get("--reload", False) or '--reload' in options_list
|
||||||
workers = int(
|
workers = int(
|
||||||
options.get(
|
options.get(
|
||||||
"--workers", options.get("-w", os.environ.get("WEB_CONCURRENCY", 1))
|
"--workers", options.get("-w", os.environ.get("WEB_CONCURRENCY", 1))
|
||||||
|
|
Ładowanie…
Reference in New Issue