mirror of
https://github.com/nikdoof/flexget-plugins.git
synced 2025-12-18 12:19:28 +00:00
Added missing colon
This commit is contained in:
@@ -54,7 +54,7 @@ class OutputTwitter:
|
||||
|
||||
api = twitter.Api(username=config['username'], password=config['password'])
|
||||
|
||||
if not api.GetFriends()
|
||||
if not api.GetFriends():
|
||||
log.warn("Invalid twitter username or password")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user