From 82ffa3610129c8412adb21a51fa30ee2f616ed0a Mon Sep 17 00:00:00 2001 From: Eduard Tamsa Date: Fri, 11 Aug 2023 01:50:10 +0300 Subject: [PATCH] Update main.py --- src/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.py b/src/main.py index e1f53b9..97cf740 100644 --- a/src/main.py +++ b/src/main.py @@ -46,3 +46,5 @@ updated = requests.put(url, json=content, auth=( envs['user'], envs['token'])) print('Status Code:', updated.status_code) +print('Response Body:', updated.text) +