Theseus007

Untitled

Feb 9th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def checkId(self,message_id)
  2. def messages(self, store):
  3. for row in store.query(Message).all():
  4. if((self._get_message(row)).get('message-id')==message_id)
  5. return False
  6. return True
Advertisement
Add Comment
Please, Sign In to add comment