Кто ты

This commit is contained in:
SantaSpeen 2022-03-26 00:33:09 +03:00
parent 3302e5b88e
commit e49be499cb

View File

@ -156,7 +156,7 @@ def clone_repos(repos,
logger.info(f'Creating repository {org}-{name} on gitflic.')
# Создаём репозиторий на гитфлике
gitflic_repo = requests.post(
'http://localhost:8047/project',
'http://localhost:8047/project', # Это кто ??
headers={
"Authorization": f"token {gitflic_token}",
"Content-Type": "application/json"