Удалён файл дублёр

This commit is contained in:
Михаил Огнев 2026-05-23 22:58:09 +03:00
parent ca61cd4e6d
commit bc0b2b7e13

View File

@ -1,8 +0,0 @@
import os
import requests
TOKEN = os.getenv("GIT_VYATSU_TOKEN") # токен через переменную окружения
headers = {"Authorization": f"token {TOKEN}"}
response = requests.get("https://git.vyatsu.ru/api/v1/user", headers=headers)
print(response.json())