[boardgames] Add check for learning plays from BG stats
This commit is contained in:
@ -393,6 +393,8 @@ def email_scrobble_board_game(
|
||||
scrobbles_created = []
|
||||
for play_dict in bgstat_data.get("plays", []):
|
||||
if "comments" in play_dict.keys():
|
||||
if "Learning to play" in play_dict.get("comments"):
|
||||
log_data["learning"] = True
|
||||
log_data["details"] = play_dict.get("comments")
|
||||
log_data["expansion_ids"] = []
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user