mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-09-14 12:45:42 -05:00
updated version output
This commit is contained in:
@@ -199,8 +199,7 @@ def open_header(card_xml_file: IO[Any]) -> None:
|
||||
+ "<author>Cockatrice/Magic-Spoiler</author>\n"
|
||||
+ "<createdAt>" + datetime.datetime.utcnow().strftime("%Y-%m-%d %H:%M:%S") + " (UTC)" + "</createdAt>\n"
|
||||
+ "<sourceUrl>https://github.com/Cockatrice/Magic-Spoiler/blob/files/spoiler.xml</sourceUrl>\n"
|
||||
#TODO, version schema
|
||||
+ "<sourceVersion>???</sourceVersion>\n"
|
||||
+ "<sourceVersion>" + datetime.datetime.utcnow().strftime("%Y%m%d") + "</sourceVersion>\n"
|
||||
+ "</info>\n"
|
||||
+ "<sets>\n"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user