Skip to content

Commit

Permalink
proxy extension pep8 line fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ngel committed Dec 31, 2018
1 parent 99c0dfb commit e872376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def create_proxy_extension(proxy):
bypassList: ["localhost"]
}
};
chrome.proxy.settings.set({value: config, scope: "regular"}, function() {});
chrome.proxy.settings.set({value: config, scope: "regular"},
function() {});
function callbackFn(details) {
return {
authCredentials: {
Expand Down

0 comments on commit e872376

Please sign in to comment.