From c136e4122ed9dbcc1cbb12056fe45037bf3a406e Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 11 Sep 2019 13:39:11 +0200 Subject: [PATCH] adjust hint phrasing --- magic_spoiler/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magic_spoiler/__main__.py b/magic_spoiler/__main__.py index ba49f6f9..5fb1ba21 100644 --- a/magic_spoiler/__main__.py +++ b/magic_spoiler/__main__.py @@ -195,7 +195,7 @@ def open_header(card_xml_file: IO[Any]) -> None: + " 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" + + " THIS FILE IS AUTOMATICALLY GENERATED & ALL EDITS WILL BE OVERRIDDEN.\n" + " -->\n" + "\n" )