Skip to content

Commit

Permalink
Update server/kitsu/anatomy.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Nieterau <[email protected]>
  • Loading branch information
martastain and BigRoy authored Oct 30, 2024
1 parent 1e575d2 commit 08bf4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/kitsu/anatomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ async def get_kitsu_project_anatomy(
for key in anatomy_dict["attributes"]:
if key in attributes:
anatomy_dict["attributes"][key] = attributes[key]
logging.debug("updated", key, "to", attributes[key])
logging.debug("updated project", ayon_project.name, "anatomy attribute", key, "to", attributes[key])


anatomy_dict["statuses"] = statuses
Expand Down

0 comments on commit 08bf4ce

Please sign in to comment.