From: Michael Tremer Date: Sun, 23 Oct 2022 17:39:44 +0000 (+0000) Subject: client: Fix connection check X-Git-Tag: 0.9.28~235 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4aca2424b2da612e1a1ad4ba258912a93bd2acd8;p=pakfire.git client: Fix connection check Signed-off-by: Michael Tremer --- diff --git a/src/scripts/pakfire-client.in b/src/scripts/pakfire-client.in index 698d238b9..6242d808e 100644 --- a/src/scripts/pakfire-client.in +++ b/src/scripts/pakfire-client.in @@ -135,7 +135,7 @@ class Cli(object): tmp.cleanup() async def _check_connection(self, hub, ns): - response = await hub.check_connection() + response = await hub.test() # Print the response from the service try: