Skip to content

Commit

Permalink
Update user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntek committed Aug 30, 2017
1 parent 218198b commit 443d6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def user_change_property(field, value):
session['action'] = 'property'

if field == 'auto_column':
session['action'] = 'info'
user_info['auto_column'] = True if value == '1' else False
if field == 'auto_collect':
user_info['auto_collect'] = True if value == '1' else False
Expand Down

0 comments on commit 443d6ce

Please sign in to comment.