mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
Merge pull request #273 from ebbit1q/patch-1
use tilde (`~`) as the SPOILER_MARKER instead
This commit is contained in:
commit
bb2d56df14
|
|
@ -17,7 +17,7 @@ from lxml import etree
|
|||
SCRYFALL_SET_URL: str = "https://api.scryfall.com/sets/{}"
|
||||
SESSION: contextvars.ContextVar = contextvars.ContextVar("SESSION_SCRYFALL")
|
||||
SPOILER_SETS: contextvars.ContextVar = contextvars.ContextVar("SPOILER_SETS")
|
||||
SPOILER_MARK = "*"
|
||||
SPOILER_MARK = "~"
|
||||
|
||||
OUTPUT_DIR = pathlib.Path("out")
|
||||
OUTPUT_TMP_DIR = OUTPUT_DIR.joinpath("tmp")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user