diff --git a/.gitignore b/.gitignore index 5fca98d..bd218e7 100644 --- a/.gitignore +++ b/.gitignore @@ -244,3 +244,6 @@ artifacts/ # ipython: .ipython/ + +# other +github-personal.txt diff --git a/core/repo_creator.py b/core/repo_creator.py index d0fa718..af9b643 100644 --- a/core/repo_creator.py +++ b/core/repo_creator.py @@ -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 diff --git a/github-repositories.txt b/github-repositories.txt index 8f6e25b..aebcc2f 100644 --- a/github-repositories.txt +++ b/github-repositories.txt @@ -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 \ No newline at end of file