diff --git a/tests/jellyfin-qbittorrent-monitor.nix b/tests/jellyfin-qbittorrent-monitor.nix index 281bf61..d52be5b 100644 --- a/tests/jellyfin-qbittorrent-monitor.nix +++ b/tests/jellyfin-qbittorrent-monitor.nix @@ -34,6 +34,7 @@ let self.end_headers() + socketserver.TCPServer.allow_reuse_address = True with socketserver.TCPServer(("0.0.0.0", 8080), Handler) as s: print("Mock qBittorrent on port 8080") s.serve_forever()