update icon

This commit is contained in:
VALLONGOL 2025-05-13 07:58:17 +02:00
parent 89b9a7d928
commit 97ac687f1d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -82,7 +82,7 @@ class GitCommands:
log_output_level: int = logging.INFO,
capture: bool = True,
hide_console: bool = True,
timeout_seconds: int = 60, # Default timeout
timeout_seconds: int = 3600, # Default timeout
) -> subprocess.CompletedProcess:
"""
Executes a shell command, logs details, handles errors, with options