Skip to content

Commit 5e5c086

Browse files
committed
Add only_inc field to popularity messages
1 parent c9c53eb commit 5e5c086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

listenbrainz_spark/popularity/common.py

+1
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ def create_messages(self, results: DataFrame, only_inc: bool) -> Iterator[Dict]:
113113
"is_mlhd": self.is_mlhd,
114114
"entity": self.entity,
115115
"data": multiple_stats,
116+
"only_inc": only_inc
116117
}

0 commit comments

Comments
 (0)