mirror of
https://github.com/Balshgit/get-gitlab-projects.git
synced 2026-02-03 11:20:38 +03:00
fix main
This commit is contained in:
@@ -1 +0,0 @@
|
||||
X5_SCM_TOKEN=-xczQ_2we3ms8BAzkMNZ
|
||||
BIN
get_project_core/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
get_project_core/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
get_project_core/__pycache__/settings.cpython-310.pyc
Normal file
BIN
get_project_core/__pycache__/settings.cpython-310.pyc
Normal file
Binary file not shown.
@@ -6,7 +6,6 @@ from pathlib import Path
|
||||
|
||||
current_dir = Path(__file__).parent.parent
|
||||
|
||||
|
||||
# use loguru if it is possible for color output
|
||||
if importlib.util.find_spec('loguru') is not None:
|
||||
from loguru import logger
|
||||
|
||||
Reference in New Issue
Block a user