mirror of
https://github.com/msikma/pokesprite.git
synced 2026-04-25 16:20:56 -05:00
Remove debugging BASE_URL - this is why you git diff --cached before committing
This commit is contained in:
parent
3f8683ddd3
commit
12d3b1f1db
|
|
@ -35,7 +35,6 @@ DOCS_BASE_URL = 'https://msikma.github.io/pokesprite'
|
|||
REPO_BASE_URL = 'https://raw.githubusercontent.com/msikma/pokesprite/master'
|
||||
REPO_PACKAGE = f'{BASE_DIR}/package.json'
|
||||
DEX_SPRITE_DIR = { 7: f'{REPO_BASE_URL}/pokemon-gen7x', 8: f'{REPO_BASE_URL}/pokemon-gen8' }
|
||||
REPO_BASE_URL = 'file:///Users/msikma/Projects/pokesprite'
|
||||
|
||||
# Text displayed for "empty" values (instead of an empty table cell)
|
||||
EMPTY_PLACEHOLDER = '–'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user