1 2 3 4 5 6 7 8
# get settings = gl.settings.get() # end get # update s.signin_enabled = False s.save() # end update