mirror of
https://github.com/Balshgit/github_mirror.git
synced 2025-09-10 23:20:41 +03:00
add more information to log
This commit is contained in:
parent
fca67077f5
commit
c683b3ab65
3
.gitignore
vendored
3
.gitignore
vendored
@ -244,3 +244,6 @@ artifacts/
|
||||
|
||||
# ipython:
|
||||
.ipython/
|
||||
|
||||
# other
|
||||
github-personal.txt
|
||||
|
@ -62,7 +62,7 @@ class RepositoryCreator:
|
||||
logger.info(f'Repository {repo_data["name"]} has been created')
|
||||
return repo_data['id']
|
||||
else:
|
||||
logger.error(f'Cant create new project. Status code: {request.status_code}. Reason: {request.text}')
|
||||
logger.error(f'Cant create {name} project. Status code: {request.status_code}. Reason: {request.text}')
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
https://github.com/30-seconds/30-seconds-of-python.git
|
||||
https://github.com/Balshgit/sonar-scanner.git
|
||||
https://github.com/Delgan/loguru.git
|
||||
https://github.com/EbookFoundation/free-programming-books.git
|
||||
https://github.com/KristianOellegaard/django-health-check.git
|
||||
@ -8,7 +7,6 @@ https://github.com/PyCQA/flake8.git
|
||||
https://github.com/SeleniumHQ/selenium.git
|
||||
https://github.com/SmileyChris/easy-thumbnails.git
|
||||
https://github.com/TheAlgorithms/Python.git
|
||||
https://github.com/TheAlgorithms/Python.git
|
||||
https://github.com/TvoroG/pytest-lazy-fixture.git
|
||||
https://github.com/aio-libs/aiohttp.git
|
||||
https://github.com/aiogram/aiogram.git
|
||||
@ -51,7 +49,6 @@ https://github.com/kamranahmedse/developer-roadmap.git
|
||||
https://github.com/kvesteri/validators.git
|
||||
https://github.com/lepture/captcha.git
|
||||
https://github.com/lorien/awesome-web-scraping.git
|
||||
https://github.com/lorien/awesome-web-scraping.git
|
||||
https://github.com/marshmallow-code/marshmallow.git
|
||||
https://github.com/mher/flower.git
|
||||
https://github.com/numpy/numpy.git
|
||||
@ -86,5 +83,4 @@ https://github.com/talkpython/modern-apis-with-fastapi.git
|
||||
https://github.com/talkpython/web-applications-with-fastapi-course.git
|
||||
https://github.com/vinta/awesome-python.git
|
||||
https://github.com/wemake-services/django-split-settings.git
|
||||
https://github.com/wemake-services/django-split-settings.git
|
||||
https://github.com/wemake-services/wemake-django-template.git
|
Loading…
x
Reference in New Issue
Block a user