Skip to content

Commit

Permalink
Merge pull request #73 from KarelChanivecky/patch-1
Browse files Browse the repository at this point in the history
Store the actual PAC script
  • Loading branch information
carsonyl authored May 8, 2023
2 parents afb2cc9 + 1aeff9c commit eb596e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypac/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def __init__(self, pac_js, **kwargs):

except dukpy.JSRuntimeError as e:
raise MalformedPacError(original_exc=e) # from e
self.js = pac_js

def find_proxy_for_url(self, url, host):
"""
Expand Down

0 comments on commit eb596e1

Please sign in to comment.