DmitrMakeev
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1983,6 +1983,7 @@ def from_shop_st3():
|
|
1983 |
if result:
|
1984 |
shop_st = result[17] if result[17] else '{}'
|
1985 |
shop_st_data = json.loads(shop_st)
|
|
|
1986 |
else:
|
1987 |
shop_st_data = {}
|
1988 |
|
|
|
1983 |
if result:
|
1984 |
shop_st = result[17] if result[17] else '{}'
|
1985 |
shop_st_data = json.loads(shop_st)
|
1986 |
+
print(f"Existing record found. Loaded JSON: {shop_st_data}")
|
1987 |
else:
|
1988 |
shop_st_data = {}
|
1989 |
|