mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-06 19:59:44 +01:00
Fix pep8 error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user