79453855

Date: 2025-02-20 08:56:29
Score: 0.5
Natty:
Report link

I'm pretty sure it does not automatically create a production exchange, so you must add it.

new_activity.new_exchange(
             input=new_activity, amount=1, type="production", unit=new_activity['unit']).save()

len([i for i in new_activity.production()])
1
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Afriend