We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c53eb commit 5e5c086Copy full SHA for 5e5c086
listenbrainz_spark/popularity/common.py
@@ -113,4 +113,5 @@ def create_messages(self, results: DataFrame, only_inc: bool) -> Iterator[Dict]:
113
"is_mlhd": self.is_mlhd,
114
"entity": self.entity,
115
"data": multiple_stats,
116
+ "only_inc": only_inc
117
}
0 commit comments