diff --git a/spoolman/database/spool.py b/spoolman/database/spool.py index 390a99d..dc29d32 100644 --- a/spoolman/database/spool.py +++ b/spoolman/database/spool.py @@ -64,6 +64,7 @@ async def create( filament=filament_item, registered=datetime.utcnow().replace(microsecond=0), used_weight=used_weight, + price=price, first_used=first_used, last_used=last_used, location=location,