🚀 Auto-deploy: BotVPS atualizado em 29/04/2026 10:21:34

This commit is contained in:
2026-04-29 10:21:34 +00:00
parent fa98956bcc
commit f9df9713db
3 changed files with 9 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ def run_bash_command(command: str) -> str:
shell=True,
capture_output=True,
text=True,
timeout=120,
timeout=60,
env=custom_env
)