fix: Added talk's score in CSV export. Closes #23 #25

Merged
mdk merged 1 commits from Mindiell/PonyConf:fix_23 into main 2024-02-26 08:54:13 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ class Talk(PonyConfModel):
1 if self.plenary else 0,
self.materials,
self.video,
self.score,
]
@property