Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TaEduard authored Aug 10, 2023
1 parent cdf470c commit 82ffa36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 82ffa36

Please sign in to comment.