Skip to main content

set_user_settings_key()

Set, or update a key value pair in the user settings. If the inputted key does not exist, it is created, otherwise it is modified.

ParameterTypeDescription
keystrThe desired key to update/create in user settings
valuestrThe value associated with the key
  • type method
  • returns str