mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-12 06:04:46 +02:00
lang + small error fix
This commit is contained in:
@ -152,12 +152,12 @@ g.sql_database = config["SQL"]["database"]
|
||||
|
||||
|
||||
try :
|
||||
g.database_error_override = config["OTHER"]["database_override"]
|
||||
g.database_error_override = config["OTHER"]["database_override"] == "True"
|
||||
except :
|
||||
pass
|
||||
|
||||
try :
|
||||
g.fast = config["OTHER"]["fast"]
|
||||
g.fast = config["OTHER"]["fast"] == "True"
|
||||
except :
|
||||
pass
|
||||
h = open(g.mot_path, "r", encoding="utf-8")
|
||||
|
Reference in New Issue
Block a user