mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-20 22:17:33 -05:00
fix indentation in header comment
This commit is contained in:
parent
0f794b243e
commit
5dff95b3df
|
|
@ -191,10 +191,10 @@ def open_header(card_xml_file: IO[Any]) -> None:
|
|||
"""
|
||||
card_xml_file.write(
|
||||
"<cockatrice_carddatabase version='3'>\n"
|
||||
+ "<!--\nCreated At: "
|
||||
+ datetime.datetime.utcnow().strftime("%a, %b %d %Y, %H:%M:%S")
|
||||
+ " (UTC)"
|
||||
+ "\nCreated By: Magic-Spoiler project @ https://github.com/Cockatrice/Magic-Spoiler\n-->\n"
|
||||
+ "<!--\n"
|
||||
+ " Created At: " + datetime.datetime.utcnow().strftime("%a, %b %d %Y, %H:%M:%S") + " (UTC)\n"
|
||||
+ " Created By: Magic-Spoiler project @ https://github.com/Cockatrice/Magic-Spoiler\n"
|
||||
+ " -->\n"
|
||||
+ "<sets>\n"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user