fixed broken test
This commit is contained in:
parent
738d8bb8f9
commit
6f9462de00
|
@ -10,7 +10,7 @@ def parse_api_key(xml_path):
|
|||
return api_key
|
||||
|
||||
|
||||
def set_listen_ip_to_any(in_xml_path, out_xml_path, gui_port):
|
||||
def set_listen_ip_to_any(in_xml_path, out_xml_path, gui_port=8384):
|
||||
with open(in_xml_path, 'r') as file:
|
||||
xml = file.read()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user