use folder user_data/data/exchangename by default and pick pairs.json from that folder by default

This commit is contained in:
Janne Sinivirta
2018-06-04 12:20:17 +03:00
parent e10279b7b4
commit 6891054b84
2 changed files with 10 additions and 7 deletions

View File

@@ -291,7 +291,6 @@ class Arguments(object):
'--pairs-file',
help='File containing a list of pairs to download',
dest='pairs_file',
required=True,
default=None
)