mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-13 16:45:23 +08:00
commit
df306367a8
3 changed files with 4 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.5
|
||||
3.2.6
|
|
@ -160,9 +160,9 @@ class check:
|
|||
message = message + "\n" + options
|
||||
raise Failed(f"Config Error: {message}")
|
||||
if do_print:
|
||||
logger.print(f"Config Warning: {message}", "warning")
|
||||
logger.print_line(f"Config Warning: {message}", "warning")
|
||||
if data and attribute in data and data[attribute] and test_list is not None and data[attribute] not in test_list:
|
||||
logger.print(options)
|
||||
logger.print_line(options)
|
||||
return default
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ruamel.yaml==0.17.21
|
||||
qbittorrent-api>=2022.8.37
|
||||
qbittorrent-api>=2022.8.38
|
||||
schedule==1.1.0
|
||||
retrying==1.3.3
|
||||
alive_progress==2.4.1
|
||||
|
|
Loading…
Add table
Reference in a new issue