Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 417 Bytes

settings.rst

File metadata and controls

26 lines (17 loc) · 417 Bytes

Settings

Reference

Examples

Get the settings:

settings = gl.settings.get()

Update the settings:

settings.signin_enabled = False
settings.save()