Added more constant definitions

This commit is contained in:
Yarne Coppens 2024-08-02 12:06:53 +02:00
parent 56e2325740
commit 592c416820

View file

@ -1,4 +1,7 @@
import os 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