mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 15:55:49 -04:00
skip websockt.enableTrace for now
This commit is contained in:
parent
704db5b957
commit
1ec4d0361a
@ -33,7 +33,6 @@ from brozzler.chrome import Chrome
|
||||
import socket
|
||||
import urlcanon
|
||||
|
||||
websocket.enableTrace(True)
|
||||
|
||||
class BrowsingException(Exception):
|
||||
pass
|
||||
@ -139,6 +138,9 @@ class BrowserPool:
|
||||
return len(self._in_use)
|
||||
|
||||
|
||||
# uncomment the next line for LOTS of debugging logging
|
||||
# websocket.enableTrace(True)
|
||||
|
||||
class WebsockReceiverThread(threading.Thread):
|
||||
logger = logging.getLogger(__module__ + "." + __qualname__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user