From 23a265b3c71d290e0c144da0f9f8697c88989cd8 Mon Sep 17 00:00:00 2001 From: posij118 Date: Mon, 5 Feb 2024 21:27:35 +0800 Subject: [PATCH] Remove breaking change in constants.py, move default_config instead to run locally --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 1aeffc2..24ca63f 100644 --- a/src/constants.py +++ b/src/constants.py @@ -28,7 +28,7 @@ DB_TABLE_NAMES = [ DATABASE_SCHEMA_PATH = 'install/database_schema.sql' DEFAULT_DB_CONFIG_PATH = 'install/default_db_config.yaml' -DEFAULT_CONFIG_PATH = '../install/default_config.yaml' +DEFAULT_CONFIG_PATH = 'install/default_config.yaml' VARIANTS_JSON_URL = 'https://raw.githubusercontent.com/Hanabi-Live/hanabi-live/main/packages/game/src/json/variants.json'