Skip to content

Commit 10a6cc0

Browse files
authored
Handle get patroni health exception (#421)
1 parent 00a1a35 commit 10a6cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def get_patroni_health(self) -> Dict[str, str]:
313313
timeout=API_REQUEST_TIMEOUT,
314314
)
315315

316-
return r.json()
316+
return r.json()
317317

318318
@property
319319
def is_creating_backup(self) -> bool:

0 commit comments

Comments
 (0)