mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34: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
|
||||
|
||||
bfx = Client(
|
||||
logLevel='INFO'
|
||||
logLevel='DEBUG'
|
||||
)
|
||||
|
||||
@bfx.ws.on('error')
|
||||
|
||||
@@ -5,7 +5,7 @@ sys.path.append('../')
|
||||
from bfxapi import Client
|
||||
|
||||
bfx = Client(
|
||||
logLevel='INFO'
|
||||
logLevel='DEBUG'
|
||||
)
|
||||
|
||||
@bfx.ws.on('error')
|
||||
|
||||
Reference in New Issue
Block a user