Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TaEduard authored Jul 25, 2023
1 parent 3e8e69f commit a4f1095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
}

updated = requests.put(url, json=content, auth=(
envs['user'], envs['token'])).json()
envs['user'], envs['token']))
print('Status Code:', updated.status_code)

0 comments on commit a4f1095

Please sign in to comment.