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

This commit is contained in:
Mindiell 2023-04-23 18:43:16 +02:00 committed by Julien Palard
parent 035a1a16c3
commit 11a5738731
1 changed files with 1 additions and 0 deletions

View File

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