Browse Source

saving a bit of whitespace

master
manetta 3 years ago
parent
commit
52cab957cb
  1. 3
      LogBot/logbot.py

3
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",

Loading…
Cancel
Save