From 10f34b32100bf2c4efb79ea436c85fe3c5150826 Mon Sep 17 00:00:00 2001 From: guoshijiang Date: Sat, 15 Jun 2024 10:58:14 +0800 Subject: [PATCH] online fix --- solid/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/solid/models.py b/solid/models.py index 92b0d9b..44d20d6 100644 --- a/solid/models.py +++ b/solid/models.py @@ -218,6 +218,7 @@ def as_dict(self): 'id': self.id, 'competitor': self.competitor, 'payouts': self.payouts, + 'total_findings': self.total_findings, 'solo': self.solo, 'high': self.high, 'med': self.med,