From ba65e889f638e06999357474bcd87f9fbaefee58 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 19 Apr 2012 20:32:31 +1200 Subject: [PATCH] fixed indentation derp --- plugins/lastfm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/lastfm.py b/plugins/lastfm.py index 3562dda..bd7481a 100755 --- a/plugins/lastfm.py +++ b/plugins/lastfm.py @@ -5,12 +5,12 @@ from util import hook, http @hook.command('l', autohelp=False) @hook.command(autohelp=False) def lastfm(inp, nick='', say=None, db=None, bot=None): - ".lastfm [user] -- Displays the now playing (or last played) "\ + ".lastfm [user] -- Displays the now playing (or last played) " \ "track of LastFM user [user]." - api_key = bot.config.get("api_keys", {}).get("lastfm") + api_key = bot.config.get("api_keys", {}).get("lastfm") if not api_key: return "error: no api key set" - + if inp: user = inp else: