Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def checkId(self,message_id)
- def messages(self, store):
- for row in store.query(Message).all():
- if((self._get_message(row)).get('message-id')==message_id)
- return False
- return True
Advertisement
Add Comment
Please, Sign In to add comment