Settings¶
Reference¶
Examples¶
Get the settings:
settings = gl.settings.get()
Update the settings:
settings.signin_enabled = False
settings.save()
Get the settings:
settings = gl.settings.get()
Update the settings:
settings.signin_enabled = False
settings.save()