Added missing colon

This commit is contained in:
2009-10-09 21:26:29 +01:00
parent 2511605ef8
commit da95ee2909

View File

@@ -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