mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! Add a dangerzone-image
CLI script
This commit is contained in:
parent
431f0cb803
commit
aac6c6334a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def get_manifest(image_str: str) -> requests.Response:
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
|
||||||
def list_manifests(image_str) -> list:
|
def list_manifests(image_str: str) -> list:
|
||||||
return get_manifest(image_str).json().get("manifests")
|
return get_manifest(image_str).json().get("manifests")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue