forked from ticketfrei/ticketfrei
Compare commits
2 commits
csrf
...
fix-none-e
Author | SHA1 | Date | |
---|---|---|---|
b3yond | cd3c8be2dc | ||
b3yond | 02f117a864 |
|
@ -73,7 +73,7 @@ class TwitterBot(Bot):
|
|||
def post(self, user, report):
|
||||
try:
|
||||
api = self.get_api(user)
|
||||
except IndexError:
|
||||
except TypeError:
|
||||
return # no twitter account for this user.
|
||||
try:
|
||||
if report.source == self:
|
||||
|
|
Loading…
Reference in a new issue