This commit is contained in:
2026-04-17 00:38:32 -04:00
parent a1ae022dc3
commit fdb9433344
14 changed files with 684 additions and 212 deletions

View File

@@ -85,7 +85,9 @@
# Mock SABnzbd API.
mkMockSabnzbd =
{ port ? 6012 }:
{
port ? 6012,
}:
let
mockScript = pkgs.writeScript "mock-sabnzbd.py" ''
import json