be quiet when installing module reqs.

This commit is contained in:
thedragonsinn
2024-06-28 19:37:11 +05:30
parent 43f320e598
commit aed224f9a2
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ ALIVE_MEDIA: str = environ.get(
"ALIVE_MEDIA", "https://telegra.ph/file/a1d35a86c7f54a96188a9.png"
)
BOT_NAME = "PLAIN-UB"
BOT_NAME = environ.get("BOT_NAME", "PLAIN-UB")
DISABLED_SUPERUSERS: list[int] = []

View File

@@ -5,6 +5,6 @@ fi
git clone "${EXTRA_MODULES_REPO}" "app/modules"
pip install -r app/modules/req*txt
pip -q install --no-cache-dir -r req*.txt