sanjit-sinha / PyBypass

A python library to bypass various type of links.
https://t.me/me_when_i_am_productive
MIT License
177 stars 74 forks source link

bypass throws one syntax error in anonfiles_bypass.py file #8

Closed MajnuRangeela closed 1 year ago

MajnuRangeela commented 1 year ago

Hello there! I am facing one syntax error while bypassing sharer.pw link. Actually, I noticed that from imports that it is stating that there is a syntax error in anonfiles_bypass.py file. I am attaching screenshot of my code and error.

image

sanjit-sinha commented 1 year ago

That is python walrus operator wich is only supported by python 3.8 or higher. Upgrade your Python and see if that error is still there or not.