1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-03-26 23:27:13 +00:00

Merge 00d2d00ddaca6d54ad9c5a41014d7cf2e6b75096 into 1f1cd2ce0f9a9ecd8b3987f7b6d40042d11ba9b1

This commit is contained in:
Skia 2025-02-25 21:53:44 +01:00 committed by GitHub
commit 72156a1c87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -370,7 +370,7 @@ class Galaxy(models.Model):
(earliest_end - latest_start).days,
)
)
score += cls.CLUBS_POINTS * (earliest_end - latest_start).days
score += cls.CLUBS_POINTS * abs((earliest_end - latest_start).days)
return score
###################