From c612a228b66805b7df69ce6d03ffb1c8bda0a39a Mon Sep 17 00:00:00 2001 From: Travis Golliher Date: Wed, 31 May 2017 21:59:48 -0700 Subject: [PATCH] Fix pep8 error --- headphones/notifiers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/notifiers.py b/headphones/notifiers.py index f98b129d..63f2f2fb 100644 --- a/headphones/notifiers.py +++ b/headphones/notifiers.py @@ -749,8 +749,8 @@ class TwitterNotifier(object): token.set_verifier(key) logger.info( - 'Generating and signing request for an access token using key ' - + key) + 'Generating and signing request for an access token using key ' + + key) oauth_consumer = oauth.Consumer(key=self.consumer_key, secret=self.consumer_secret)