Remove debugging base url

This commit is contained in:
Michiel Sikma
2020-08-08 18:50:33 +02:00
parent 7b5e7e4765
commit e92d8c6251

View File

@@ -33,7 +33,6 @@ META_JSON = f'{BASE_DIR}/data/meta.json'
PROJECT_URL = 'https://github.com/msikma/pokesprite'
DOCS_BASE_URL = 'https://msikma.github.io/pokesprite'
REPO_BASE_URL = 'https://raw.githubusercontent.com/msikma/pokesprite/master'
REPO_BASE_URL = 'file:///Users/msikma/Projects/pokesprite'
REPO_PACKAGE = f'{BASE_DIR}/package.json'
DEX_SPRITE_DIR = { 7: f'{REPO_BASE_URL}/pokemon-gen7x', 8: f'{REPO_BASE_URL}/pokemon-gen8' }