Twitter: don't freak out about not being authed when checking if we're authed

This commit is contained in:
Brian S. Stephan 2012-07-27 00:11:10 -05:00
parent f8674db4a9
commit deedf330e3
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ class Twitter(Module):
try:
return self.twit.VerifyCredentials()
except Exception as e:
self.log.error("Exception in checking login status: " + str(e))
return None
def _log_in_to_twitter(self, oauth_token, oauth_token_secret):