Merge pull request #115 from Cockatrice/tooomm-print_log

This commit is contained in:
tritoch
2017-07-10 20:46:25 -05:00
committed by GitHub

View File

@@ -117,7 +117,7 @@ if __name__ == '__main__':
combinedjson = {}
for setinfo in setinfos:
if setinfo['code'] in AllSets:
print "Found set from set_info.yml " +setinfo['code']+ " in MTGJSON, not adding it"
print "Found " +setinfo['code']+ " set from set_info.yml in MTGJSON, not adding it"
continue
if presets['oldRSS'] or 'noRSS' in setinfo and setinfo['noRSS']:
mtgs = {"cards": []}