Possible typo error in code

Issue #6 resolved
Former user created an issue

Attribute self.__cookie_jar referenced on line 266 (in method cookie_exists), causes program error.

I think it should be self._cookie_jar (one underscore before 'cookie', not two).

Comments (2)

  1. Log in to comment