fixed broken test

master
B.J. Dweck 2021-01-31 13:44:45 +02:00
parent 738d8bb8f9
commit 6f9462de00
1 changed files with 1 additions and 1 deletions

View File

@ -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()