feat: add read-only resource and route discovery
This commit is contained in:
@@ -52,7 +52,9 @@ def main(argv: Sequence[str] | None = None) -> int:
|
||||
try:
|
||||
service_probes = [
|
||||
probe_qbittorrent(config.qbittorrent),
|
||||
probe_syncthing(config.syncthing),
|
||||
probe_syncthing(
|
||||
config.syncthing, sparse_supported=probes[1].sparse_files
|
||||
),
|
||||
]
|
||||
for service in service_probes:
|
||||
logger.info(
|
||||
|
||||
Reference in New Issue
Block a user