From 87a395b75ccf218e2bb1a5b763801af49d2359f0 Mon Sep 17 00:00:00 2001 From: Damir Ibragimov Date: Tue, 22 Oct 2024 11:58:08 +0000 Subject: [PATCH] Update manual_test.py --- manual_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual_test.py b/manual_test.py index 2813ce2..ac866ae 100644 --- a/manual_test.py +++ b/manual_test.py @@ -39,4 +39,5 @@ listing = obsClient.listVersions( ) ) -print(listing) \ No newline at end of file +objects = listing['versions'] +print(objects) \ No newline at end of file