CaesarCloudSync commited on
Commit
51413ea
·
1 Parent(s): 484411d

Chaeck change revisioncard

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -352,6 +352,7 @@ async def changerevisioncard(data : JSONStructure = None, authorization: str = H
352
  #importcsv.db.accountrevisioncards.insert_one(user_revision_cards)
353
  return {"message":"revision card changed."}
354
  except Exception as ex:
 
355
  return {f"error":f"{type(ex)},{str(ex)}"}
356
 
357
 
 
352
  #importcsv.db.accountrevisioncards.insert_one(user_revision_cards)
353
  return {"message":"revision card changed."}
354
  except Exception as ex:
355
+ print({f"error":f"{type(ex)},{str(ex)}"})
356
  return {f"error":f"{type(ex)},{str(ex)}"}
357
 
358