ServerSettings¶
-
class
server.
ServerSettings
¶ Bases:
object
ServerSettings this class is reliable for handling and manipulation of attached server settings
Methods Summary
get_configs
()Gets current config dict from file get_settings_from_db
()Gets all settings out of database Methods Documentation
-
static
get_configs
()¶ Gets current config dict from file
Raises: e
– JSON or IO errorReturns: Dict<String, obj> – config / settings dict
-
get_settings_from_db
()¶ Gets all settings out of database
-
static