Skip to content

Commit

Permalink
Test: removing proxy in test module
Browse files Browse the repository at this point in the history
  • Loading branch information
ipeirotis committed Jun 10, 2020
1 parent 7b1c464 commit 1255f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def setUp(self):
elif sys.platform.startswith("win"):
tor_sock_port = 9150
tor_control_port = 9151
scholarly.use_tor(tor_sock_port, tor_control_port, tor_password)
# scholarly.use_tor(tor_sock_port, tor_control_port, tor_password)


def test_launch_tor(self):
Expand Down

0 comments on commit 1255f66

Please sign in to comment.