mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 15:19:26 +08:00
add: check alas prev status
This commit is contained in:
@@ -86,3 +86,6 @@ def get_config_mod(config_name):
|
||||
return MOD_CONFIG_DICT[config_name]
|
||||
except KeyError:
|
||||
return 'alas'
|
||||
|
||||
def has_config_mod(config_name):
|
||||
return os.path.exists(f"./config/{config_name}.json")
|
||||
Reference in New Issue
Block a user