Added more constant definitions
This commit is contained in:
parent
56e2325740
commit
592c416820
1 changed files with 4 additions and 1 deletions
|
|
@ -2,3 +2,6 @@ import os
|
||||||
|
|
||||||
ROOT_PATH = project_root = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
ROOT_PATH = project_root = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
||||||
SECRETS_FILE_PATH = ROOT_PATH + '/secrets/auth.yaml'
|
SECRETS_FILE_PATH = ROOT_PATH + '/secrets/auth.yaml'
|
||||||
|
|
||||||
|
BGG_MAX_THING_BOARDGAMES = 20.0
|
||||||
|
BGG_PLAY_PAGE_SIZE = 100.0
|
||||||
Loading…
Reference in a new issue