Fix exchange.py syntax error and implement genesis sync-from-hub

This commit is contained in:
OWL
2026-05-26 22:35:48 +02:00
parent 81f6aac768
commit dd747a10de

View File

@@ -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()