mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-06-15 12:51:30 -05:00
update date/time format (#114)
Remove invalid and redundant datetime tags
This commit is contained in:
parent
2457a5bd34
commit
a3a3fc74e3
|
|
@ -495,7 +495,7 @@ def write_combined_xml(mtgjson, setinfos):
|
|||
cardsxml.truncate()
|
||||
cardsxml.write("<?xml version='1.0' encoding='UTF-8'?>\n"
|
||||
"<cockatrice_carddatabase version='3'>\n")
|
||||
cardsxml.write("<!--\n created (UTC): " + datetime.datetime.utcnow().strftime("%a %b %d %H:%M:%S %Z %Y")
|
||||
cardsxml.write("<!--\n created (UTC): " + datetime.datetime.utcnow().strftime("%a, %b %d %Y, %H:%M:%S")
|
||||
+ "\n by: Magic-Spoiler project @ https://github.com/Cockatrice/Magic-Spoiler\n -->\n")
|
||||
cardsxml.write("<sets>\n")
|
||||
for setcode in mtgjson:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user