DmitrMakeev commited on
Commit
6db0f7b
·
verified ·
1 Parent(s): e166dba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1667,9 +1667,9 @@ def add_data_ver_bonus():
1667
  else:
1668
  user_data['ws_st'] = user_data.get('ws_st', '')
1669
 
1670
- # Обработка pr1
1671
  email = user_data.get('email')
1672
- new_pr1 = user_data.get('pr1')
1673
  if email and new_pr1:
1674
  conn = sqlite3.connect(DATABASE_NAME3)
1675
  cursor = conn.cursor()
 
1667
  else:
1668
  user_data['ws_st'] = user_data.get('ws_st', '')
1669
 
1670
+ # Обработка kol для pr1
1671
  email = user_data.get('email')
1672
+ new_pr1 = user_data.get('kol')
1673
  if email and new_pr1:
1674
  conn = sqlite3.connect(DATABASE_NAME3)
1675
  cursor = conn.cursor()