diff options
author | 2019-06-22 19:55:26 +0100 | |
---|---|---|
committer | 2019-06-22 19:55:26 +0100 | |
commit | 3ecc0c90ee902c4b9c6450e4b154b1783deefc5f (patch) | |
tree | ced4e682a975eda8350095b05fe0d5d152ffccc4 | |
parent | Changed all icon attributes to tuples (diff) |
Add trailing comma for ease of use
-rw-r--r-- | bot/seasons/evergreen/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/__init__.py b/bot/seasons/evergreen/__init__.py index 1a23c545..b95f3528 100644 --- a/bot/seasons/evergreen/__init__.py +++ b/bot/seasons/evergreen/__init__.py @@ -9,5 +9,5 @@ class Evergreen(SeasonBase): "/logos/logo_animated/heartbeat/heartbeat.gif", "/logos/logo_animated/spinner/spinner.gif", "/logos/logo_animated/tongues/tongues.gif", - "/logos/logo_animated/winky/winky.gif" + "/logos/logo_animated/winky/winky.gif", ) |