mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-22 02:06:17 -05:00
Merge pull request #244 from Cockatrice/tooomm-patch-3
Add warning hint
This commit is contained in:
commit
66b2ff35cc
|
|
@ -194,6 +194,8 @@ def open_header(card_xml_file: IO[Any]) -> None:
|
|||
+ " <!--\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"
|
||||
+ " THIS FILE IS AUTOMATICALLY GENERATED & ALL EDITS WILL BE DISCARDED.\n"
|
||||
+ " -->\n"
|
||||
+ "<sets>\n"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user