DmitrMakeev commited on
Commit
20d91df
·
verified ·
1 Parent(s): 6f1f043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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