Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. except Exception as e:
  2. message = e.message
  3. if message == 'columns item_id, time are not unique':
  4. message = ('No auction may have two bids at the exact same '
  5. 'time.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement