X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/822b8906df33c3c6091c4663ff4c909fad5746be..c90c4ce0c984e066ac466f26f9a7cc6958acb97a:/modules/spotify.py diff --git a/modules/spotify.py b/modules/spotify.py index 7325cef..9ee323e 100644 --- a/modules/spotify.py +++ b/modules/spotify.py @@ -1,10 +1,10 @@ -# Erebus IRC bot - Author: John Runyon +# Erebus IRC bot - Author: Erebus Team # Spotify URL Checker # This file is released into the public domain; see http://unlicense.org/ # module info modinfo = { - 'author': 'Conny Sjoblom (BiohZn)', + 'author': 'Erebus Team', 'license': 'public domain', 'compatible': [1], # compatible module API versions 'depends': [], # other modules required to work properly? @@ -18,7 +18,6 @@ modstop = lib.modstop # module code import re -import ctlmod import urllib2 from BeautifulSoup import BeautifulSoup