You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're most likely accidentally running in python2. I initially tried setting this up to run within virtualenv, but since you have to sudo to run it you have to install the deps with sudo as well and not in a virtualenv. I noticed while doing this that I seemed to also be using python2 without knowing it....
log.error(f"{self.client_address[0]}: ERROR: invalid DNS request")
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: