Added instructions for debugging information
This commit is contained in:
parent
1a16e98d32
commit
579d0493d8
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ Activate isolated environment. ::
|
|||
VIRTUAL_ENV=$HOME/.virtualenv
|
||||
source $VIRTUAL_ENV/bin/activate
|
||||
|
||||
For debugging information, run these commands first. ::
|
||||
|
||||
import logging
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
Emit. ::
|
||||
|
||||
from socketIO_client import SocketIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue