Fix exchange.py syntax error and implement genesis sync-from-hub
This commit is contained in:
@@ -877,6 +877,8 @@ def pairs(ctx, exchange: str):
|
||||
|
||||
if len(base_currencies[base]) > 10:
|
||||
success(f" ... and {len(base_currencies[base]) - 10} more")
|
||||
except Exception as e:
|
||||
error(f"Error fetching pairs: {e}")
|
||||
|
||||
|
||||
@exchange.command()
|
||||
|
||||
Reference in New Issue
Block a user