AhmadMustafa commited on
Commit
91b2c86
·
1 Parent(s): f0dd456

debug: print path

Browse files
Files changed (1) hide show
  1. crop_utils.py +1 -0
crop_utils.py CHANGED
@@ -444,6 +444,7 @@ def get_sprite_firebase(cid, rsid, uid):
444
  COLLAB_EDIT_LINK = "collab_sprite_link_handler"
445
 
446
  path = f"{account_id}/{COLLAB_EDIT_LINK}/{uid}/{cid}/{rsid}"
 
447
 
448
  data = db.child(path).get()
449
  print(config, data.val(), account_id)
 
444
  COLLAB_EDIT_LINK = "collab_sprite_link_handler"
445
 
446
  path = f"{account_id}/{COLLAB_EDIT_LINK}/{uid}/{cid}/{rsid}"
447
+ print(path)
448
 
449
  data = db.child(path).get()
450
  print(config, data.val(), account_id)