change port

This commit is contained in:
Tony 2024-08-12 12:13:31 -06:00
parent 72c59e8d1b
commit 60d9ba2fa9

View File

@ -102,5 +102,5 @@ def main(): # PyWebIO application function
# TODO: add the remaining parameters?
put_buttons(['Generate', 'Portrait', 'Landscape', 'Square'], onclick=btn_click)
start_server(main, port=8080, debug=True, auto_open_webbrowser=False)
start_server(main, port=4972, debug=True, auto_open_webbrowser=False)