agermanidis / SnapchatBot

[deprecated] Python library for building bots that live on Snapchat
MIT License
517 stars 105 forks source link

I guess it is because line 86 in snap.py should use rb+ instead of rb. #100

Open Angelqueeeeen opened 1 year ago

Angelqueeeeen commented 1 year ago
          I guess it is because line 86 in snap.py should use rb+ instead of rb.
                self.file = open(video_filename, 'rb+')

Originally posted by @krissrex in https://github.com/agermanidis/SnapchatBot/issues/54#issuecomment-86079810