DmitrMakeev commited on
Commit
3985ad4
·
verified ·
1 Parent(s): 00fbfc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -680,7 +680,7 @@ def shop_bonus_new():
680
  msk_now = utc_now.replace(tzinfo=pytz.utc).astimezone(msk_tz)
681
  data_on = msk_now.strftime('%Y-%m-%d %H:%M:%S')
682
 
683
- columns_to_update = ['name', 'phone', 'email', 'pr1', 'data_on']
684
  values_to_update = [name, phone, email, bonus_st_json, data_on]
685
 
686
  if result:
 
680
  msk_now = utc_now.replace(tzinfo=pytz.utc).astimezone(msk_tz)
681
  data_on = msk_now.strftime('%Y-%m-%d %H:%M:%S')
682
 
683
+ columns_to_update = ['name', 'phone', 'email', 'bonus', 'data_on']
684
  values_to_update = [name, phone, email, bonus_st_json, data_on]
685
 
686
  if result: