mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Rewrite bfxapi/utils/logger.py with new ColoredLogger.
This commit is contained in:
@@ -22,7 +22,7 @@ class Client(object):
|
||||
API_KEY: Optional[str] = None,
|
||||
API_SECRET: Optional[str] = None,
|
||||
filter: Optional[List[str]] = None,
|
||||
log_level: str = "WARNING"
|
||||
log_level: str = "INFO"
|
||||
):
|
||||
credentials = {
|
||||
"API_KEY": API_KEY,
|
||||
|
||||
Reference in New Issue
Block a user