mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Disable debug output
This commit is contained in:
@@ -34,7 +34,7 @@ def draftsimRankings(edition='KHM', extra=None):
|
|||||||
|
|
||||||
txt3 = txt + txt2
|
txt3 = txt + txt2
|
||||||
txt3 = txt3.replace(u'\xa9', '')
|
txt3 = txt3.replace(u'\xa9', '')
|
||||||
print(txt3)
|
# print(txt3)
|
||||||
|
|
||||||
cardlist = json.loads(txt3)
|
cardlist = json.loads(txt3)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user