bigghuggs commited on
Commit
be9d1db
·
verified ·
1 Parent(s): 521402f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -390,6 +390,8 @@ def isJSONSerialiazable(obj):
390
 
391
  def updateItemDisplay(seshid, budget=False, pallete_change=False):
392
  sesh = getSesh(seshid)
 
 
393
  if True:
394
  keys = ['filtered_items_room', 'current_img_signature', 'items', 'filtered_items_style', 'room_style', 'room_type', 'bedsize', 'price', 'filtered_items_colors', 'Palette_ids', 'item_data', 'item_data_', 'display_items', 'item_data_keys', 'Palettes_displayed', 'room_img_loaded', 'Paletteid', 'img_id', 'seshid']
395
  url = 'https://dreamdemo.pythonanywhere.com/sesh'
 
390
 
391
  def updateItemDisplay(seshid, budget=False, pallete_change=False):
392
  sesh = getSesh(seshid)
393
+ print('updateItemDisplay seshid: ', seshid)
394
+ print('updateItemDisplay sesh.Palettes.keys: ', sesh.Palettes.keys())
395
  if True:
396
  keys = ['filtered_items_room', 'current_img_signature', 'items', 'filtered_items_style', 'room_style', 'room_type', 'bedsize', 'price', 'filtered_items_colors', 'Palette_ids', 'item_data', 'item_data_', 'display_items', 'item_data_keys', 'Palettes_displayed', 'room_img_loaded', 'Paletteid', 'img_id', 'seshid']
397
  url = 'https://dreamdemo.pythonanywhere.com/sesh'