X-Git-Url: https://git.yukkurigames.com/?p=mlpccg-meta.git;a=blobdiff_plain;f=mlpccg%2FCardDb.py;h=cadbc37951ea72546ecb75f5cac3d240fe6efeb8;hp=fdfbb0a5541889ced564f26183e5fad747249a0b;hb=0460c3c46cd330bbae7043e42a8a490662bf1e60;hpb=0f08a0d1ebcd8d825a7df448221a7eb23600bba5 diff --git a/mlpccg/CardDb.py b/mlpccg/CardDb.py index fdfbb0a..cadbc37 100644 --- a/mlpccg/CardDb.py +++ b/mlpccg/CardDb.py @@ -69,7 +69,7 @@ class CardDb: except IOError: logging.exception('failed') - def download_cards_json(self, json_path='cards.json', url='https://dl.dropboxusercontent.com/u/32733446/cards.json'): + def download_cards_json(self, json_path='data/cards.json', url='https://dl.dropboxusercontent.com/u/32733446/cards.json'): logging.debug('downloading %s from %s', json_path, url) try: urllib.urlretrieve(url, json_path)