From 52cab957cb03234bc60b83a7216e8626ea063c35 Mon Sep 17 00:00:00 2001 From: manetta Date: Sun, 7 Mar 2021 10:53:45 +0100 Subject: [PATCH] saving a bit of whitespace --- LogBot/logbot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/LogBot/logbot.py b/LogBot/logbot.py index 2f40530..aae8851 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -31,11 +31,8 @@ class Logbot(Bot): """ # noqa IMAGE_TYPES = (".jpg", "jpeg", "png", ".gif", ".bmp", ".svg", "eps") - AUDIO_TYPES = (".mp3", ".ogg", ".oga", ".mogg", ".wav", ".m4a", ".webm") - FILE_TYPES = ".pdf" - VIDEO_TYPES = ( ".mp4", ".webm",