Skip to content

Commit

Permalink
MessageID not SHA1 hash workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
seansweda committed Jun 28, 2018
1 parent 83785c2 commit 90d7957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlevoice/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class Message(AttrDict):
"""
def __init__(self, folder, id, data):
assert is_sha1(id), 'Message id not a SHA1 hash'
#assert is_sha1(id), 'Message id not a SHA1 hash'
self.folder = folder
self.id = id
super(AttrDict, self).__init__(data)
Expand Down

0 comments on commit 90d7957

Please sign in to comment.