add warning hint

This commit is contained in:
tooomm 2019-07-01 22:41:19 +02:00 committed by GitHub
parent c0a584bfbd
commit 65d4d5afdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
)