BetterAPI commited on
Commit
e91540e
·
1 Parent(s): 594008e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -570,7 +570,7 @@ password = "lodestone"
570
 
571
  try:
572
  logger.info("Running!\nURL: http://localhost:8000\nUsername: lodestone\nPassword: lodestone\n")
573
- ui.queue().launch(inbrowser=True,ssl_verify=False, server_name="0.0.0.0",server_port=8000, show_api=False, auth=(f'{username}', f'{password}'), share=False, quiet=True, auth_message="Please login with your set username and password. These are not your Minecraft credentials.")
574
  except OSError:
575
  raise OSError(f"Port 8000 is already in use!")
576
 
 
570
 
571
  try:
572
  logger.info("Running!\nURL: http://localhost:8000\nUsername: lodestone\nPassword: lodestone\n")
573
+ ui.queue().launch(inbrowser=True,ssl_verify=False, server_name="0.0.0.0",server_port=7860, show_api=False, auth=(f'{username}', f'{password}'), share=False, quiet=True, auth_message="Please login with your set username and password. These are not your Minecraft credentials.")
574
  except OSError:
575
  raise OSError(f"Port 8000 is already in use!")
576