forked from aegis/pyserveX
fixed flake8 lint errors
This commit is contained in:
+2
-1
@@ -19,7 +19,8 @@ def main() -> None:
|
||||
epilog="For service management (start/stop/restart/logs), use: pyservectl",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-c", "--config",
|
||||
"-c",
|
||||
"--config",
|
||||
default="config.yaml",
|
||||
help="Path to configuration file (default: config.yaml)",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user