Skip to content

Commit

Permalink
[YMAC] - Fixing proxy log
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbgr committed Apr 17, 2021
1 parent f64bfa1 commit e6c4edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"excludeSwitches", ["enable-automation", "enable-logging"])
options.add_experimental_option('useAutomationExtension', False)
driver = uc.Chrome(options=options)
print('\033[92m' + 'Proxy: ' + '\033[92m', proxylist[proxynum])
print('\033[92m' + 'Proxy: ' + '\033[92m', proxy_config.proxy[proxynum])

warnings.filterwarnings("ignore", category=DeprecationWarning)

Expand Down

0 comments on commit e6c4edb

Please sign in to comment.