mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
examples: change log level to debug
This commit is contained in:
@@ -5,7 +5,7 @@ sys.path.append('../')
|
|||||||
from bfxapi import Client
|
from bfxapi import Client
|
||||||
|
|
||||||
bfx = Client(
|
bfx = Client(
|
||||||
logLevel='INFO'
|
logLevel='DEBUG'
|
||||||
)
|
)
|
||||||
|
|
||||||
@bfx.ws.on('error')
|
@bfx.ws.on('error')
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ sys.path.append('../')
|
|||||||
from bfxapi import Client
|
from bfxapi import Client
|
||||||
|
|
||||||
bfx = Client(
|
bfx = Client(
|
||||||
logLevel='INFO'
|
logLevel='DEBUG'
|
||||||
)
|
)
|
||||||
|
|
||||||
@bfx.ws.on('error')
|
@bfx.ws.on('error')
|
||||||
|
|||||||
Reference in New Issue
Block a user