summaryrefslogtreecommitdiff
path: root/docs/gl_objects/settings.py
blob: 834d43d3aa737f5656d4bfbdc416fe3b32247c1b (plain)
1
2
3
4
5
6
7
8
# get
settings = gl.settings.get()
# end get

# update
s.signin_enabled = False
s.save()
# end update