DmitrMakeev
commited on
Commit
•
6f8e254
1
Parent(s):
ff2bffe
Update app.py
Browse files
app.py
CHANGED
@@ -800,7 +800,7 @@ def update_or_insert_user(db_name, user_data, mapping_template):
|
|
800 |
logging.debug(f"User found: {user}")
|
801 |
|
802 |
# Вынесение увеличения значения web_st в отдельный блок
|
803 |
-
web_st_value =
|
804 |
if user:
|
805 |
# Проверка текущего значения web_st и его инкрементация
|
806 |
current_web_st = user[0] if user[0] is not None and user[0] != "" else 0
|
|
|
800 |
logging.debug(f"User found: {user}")
|
801 |
|
802 |
# Вынесение увеличения значения web_st в отдельный блок
|
803 |
+
web_st_value = 1 # Инициализация значения web_st
|
804 |
if user:
|
805 |
# Проверка текущего значения web_st и его инкрементация
|
806 |
current_web_st = user[0] if user[0] is not None and user[0] != "" else 0
|