Skip to content

Commit

Permalink
commented print
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Dec 27, 2024
1 parent 05a7963 commit d2c3067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions commands/github/check_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ async def check_workflows():
if run_name == 'Deploy Discord-Bot':
status = run.get('status', 'Неизвестно')

# Логируем информацию о процессе
print(f" - Название: {run_name}")
print(f" Статус: {status}")
print(f" Дата начала: {run.get('created_at', 'Неизвестно')}")
print()
# # Логируем информацию о процессе
# print(f" - Название: {run_name}")
# print(f" Статус: {status}")
# print(f" Дата начала: {run.get('created_at', 'Неизвестно')}")
# print()

# Если процесс в статусе 'in_progress', увеличиваем счётчик
if status == 'in_progress':
Expand Down

0 comments on commit d2c3067

Please sign in to comment.