diff options
author | 2024-04-01 15:05:27 +0200 | |
---|---|---|
committer | 2024-05-28 20:52:20 +0200 | |
commit | 5285b30d4d9ad8eb70ed94b283fa255511f34e31 (patch) | |
tree | 645e71b9cff46c45cf7c2bd643d1a05b700ad545 /arthur/config.py | |
parent | Bump dependencies to latest (diff) |
paginate pod logs instead of truncating them
Diffstat (limited to 'arthur/config.py')
-rw-r--r-- | arthur/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/config.py b/arthur/config.py index 146db73..bb88838 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -27,6 +27,7 @@ class Config( guild_id: int = 267624335836053506 devops_channel_id: int = 675756741417369640 sentry_dsn: str = "" + trashcan: str = "<:trashcan:637136429717389331>" GIT_SHA = environ.get("GIT_SHA", "development") |