1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Fix: Status indicator

This commit is contained in:
18870
2022-07-30 14:45:20 +08:00
parent 04358a6f93
commit b588d52af5
2 changed files with 12 additions and 12 deletions

View File

@@ -23,8 +23,6 @@ def empty_function(*args, **kwargs):
logging.basicConfig = empty_function
logging.raiseExceptions = True # Set True if wanna see encode errors on console
# Force rounded box
rich.box.ASCII = rich.box.ASCII2 = rich.box.ROUNDED
# Remove HTTP keywords (GET, POST etc.)
RichHandler.KEYWORDS = []