Skip to content

Commit 263453b

Browse files
committed
Also add parts to database which were not found
1 parent c388d48 commit 263453b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider_partstack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def fetch(self, parts, status):
112112
self._add_availability(parts[i], summary)
113113
self._add_prices(parts[i], summary)
114114
self._add_resources(parts[i], product)
115-
self._db.add_parts_cache(self.ID, parts[i])
115+
self._db.add_parts_cache(self.ID, parts[i])
116116
return 0
117117

118118
def _build_headers(self):

0 commit comments

Comments
 (0)