genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
950 stars 98 forks source link

Fix genotrance/px#164 #166

Closed mindsolve closed 2 years ago

mindsolve commented 2 years ago

This fixes the issue #164. A class method does not known about other class methods, so the keyword self has to be used. In my tests, this fixed the issue and PAC parsing works :)