Download using asyncio

This commit is contained in:
Matthias
2018-08-10 11:08:28 +02:00
parent 74d6816a1a
commit a107c4c7b4
3 changed files with 41 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""This script generate json data from bittrex"""
"""This script generate json data"""
import json
import sys
from pathlib import Path
@@ -52,9 +52,10 @@ exchange = Exchange({'key': '',
'stake_currency': '',
'dry_run': True,
'exchange': {
'name': args.exchange,
'pair_whitelist': []
}
'name': args.exchange,
'pair_whitelist': [],
'ccxt_rate_limit': False
}
})
pairs_not_available = []