Skip to content

Commit

Permalink
Update rooter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven authored Nov 19, 2019
1 parent 1b788c9 commit 8e35baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/core/rooter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
try:
from socks5man.manager import Manager
HAVE_SOCKS5MANAGER = True
except ImportError:
except (ImportError, OSError):
HAVE_SOCKS5MANAGER = False

cfg = Config()
Expand Down

0 comments on commit 8e35baf

Please sign in to comment.