Add default value to show_status

This commit is contained in:
Andrew 2022-07-16 18:50:05 -04:00
parent 5b599d0058
commit ea9b14e917

View File

@ -64,7 +64,7 @@ class HelperServers:
server_log_file: str, server_log_file: str,
server_stop: str, server_stop: str,
server_type: str, server_type: str,
show_status: bool, show_status: bool = 1,
server_port: int = 25565, server_port: int = 25565,
server_host: str = "127.0.0.1", server_host: str = "127.0.0.1",
) -> int: ) -> int: