This commit is contained in:
2022-04-06 14:45:36 +03:00
parent 68b8e4d9f9
commit 2824f998ad
6 changed files with 10 additions and 5 deletions

View File

@@ -1 +0,0 @@
X5_SCM_TOKEN=-xczQ_2we3ms8BAzkMNZ

Binary file not shown.

Binary file not shown.

View File

@@ -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