Twitter: don't freak out about not being authed when checking if we're authed
This commit is contained in:
parent
f8674db4a9
commit
deedf330e3
@ -311,7 +311,6 @@ class Twitter(Module):
|
|||||||
try:
|
try:
|
||||||
return self.twit.VerifyCredentials()
|
return self.twit.VerifyCredentials()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.log.error("Exception in checking login status: " + str(e))
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def _log_in_to_twitter(self, oauth_token, oauth_token_secret):
|
def _log_in_to_twitter(self, oauth_token, oauth_token_secret):
|
||||||
|
Loading…
Reference in New Issue
Block a user