mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Add default value to show_status
This commit is contained in:
parent
5b599d0058
commit
ea9b14e917
@ -64,7 +64,7 @@ class HelperServers:
|
||||
server_log_file: str,
|
||||
server_stop: str,
|
||||
server_type: str,
|
||||
show_status: bool,
|
||||
show_status: bool = 1,
|
||||
server_port: int = 25565,
|
||||
server_host: str = "127.0.0.1",
|
||||
) -> int:
|
||||
|
Loading…
x
Reference in New Issue
Block a user