X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/c8f91e30dcd16dcb1e08557642de7067e1f4373d..381f9fc4d172477c95f525e34ebe699aaf34a09b:/modules/spotify.py diff --git a/modules/spotify.py b/modules/spotify.py index 7325cef..fe4e037 100644 --- a/modules/spotify.py +++ b/modules/spotify.py @@ -1,10 +1,10 @@ -# Erebus IRC bot - Author: John Runyon +# Erebus IRC bot - Author: Conny Sjoblom # Spotify URL Checker # This file is released into the public domain; see http://unlicense.org/ # module info modinfo = { - 'author': 'Conny Sjoblom (BiohZn)', + 'author': 'Conny Sjoblom', '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