agermanidis / SnapchatBot

[deprecated] Python library for building bots that live on Snapchat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Angelqueeeeen opened this issue · comments

          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 #54 (comment)