Twitter: Remove buggy condition.

I have no idea what it was doing there.
master
Valentin Lorentz 2012-08-10 17:30:13 +00:00
parent 01d18e3820
commit 7c4003502a
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class Twitter(callbacks.Plugin):
lastRun = time.time()
self.log.debug(_('Fetching tweets for channel %s') % channel)
api = self._getApi(channel) # Reload it from conf everytime
if not api._oauth_consumer and user is None:
if not api._oauth_consumer:
return
retweets = self.registryValue('announce.retweets', channel)
try: