Skip to content

Commit

Permalink
chore: 调整默认端口号 8011
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 16, 2024
1 parent 9a60323 commit 162d8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MaaDebugger/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
def main():
ui.dark_mode() # auto dark mode
ui.run(
title="Maa Debugger", storage_secret="maadbg", reload=False
port=8011, title="Maa Debugger", storage_secret="maadbg", reload=False
) # , root_path="/proxy/8080")

0 comments on commit 162d8e2

Please sign in to comment.