Commit
·
f0dd456
1
Parent(s):
710feff
debug: print accid
Browse files- crop_utils.py +1 -1
crop_utils.py
CHANGED
@@ -446,7 +446,7 @@ def get_sprite_firebase(cid, rsid, uid):
|
|
446 |
path = f"{account_id}/{COLLAB_EDIT_LINK}/{uid}/{cid}/{rsid}"
|
447 |
|
448 |
data = db.child(path).get()
|
449 |
-
print(config, data.val())
|
450 |
return data.val()
|
451 |
|
452 |
|
|
|
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)
|
450 |
return data.val()
|
451 |
|
452 |
|