Skip to content

Commit

Permalink
Fix: useless custom website
Browse files Browse the repository at this point in the history
  • Loading branch information
sqzw-x committed Jan 9, 2024
1 parent 457065b commit 51ef47d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/controllers/main_window/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ def _netResult(self):

for website in config.SUPPORTED_WEBSITES:
if hasattr(config, f"{website}_website"):
signal.show_net_info(f"{website} 使用自定义网址:{getattr(config, f'{website}_website')}")
signal.show_net_info(f" ⚠️{website} 使用自定义网址:{getattr(config, f'{website}_website')}")
net_info[website][0] = getattr(config, f"{website}_website")

net_info['javdb'][0] += '/v/D16Q5?locale=zh'
Expand Down
1 change: 0 additions & 1 deletion src/models/config/config_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class ManualConfig:
'fc2hub',
'freejavbt',
'getchu',
'getchu_dmm',
'giga',
'hdouban',
'iqqtv',
Expand Down

0 comments on commit 51ef47d

Please sign in to comment.