- PerSetTracking.py now outputs oracle text into the set stat files for those of us trying to boost particular sets

This commit is contained in:
Sol
2013-02-25 03:34:03 +00:00
parent 7d80bce8a4
commit 1378858245

View File

@@ -183,6 +183,7 @@ if __name__ == '__main__':
output.write("Missing (" + str(len(currentMissing)) + "):\n")
for everyMissing in currentMissing :
output.write(everyMissing + '\n')
output.write(mtgOracleCards[everyMissing])
output.write("\n")
output.write("Total: " + str(total) + "\n")
output.write("Percentage implemented: " + str(round(percentage,2)) + "%\n")