diff --git a/work_with_api.py b/work_with_api.py index 1b9afec..cf1f68d 100644 --- a/work_with_api.py +++ b/work_with_api.py @@ -11,4 +11,4 @@ data = { "description": "Создано через API", "private": False, } -requests.post("https://git.vyatsu.ru/api/v1/user/repos",headers=headers,json = data) \ No newline at end of file +requests.post("https://git.vyatsu.ru/api/v1/user/repos",headers=headers,json = data)