Fix sr_student rateup

This commit is contained in:
Syahrial Agni Prasetya 2024-10-01 06:55:06 +00:00
parent c7cbcdd67b
commit c9ade794b5
Signed by: lemniskett
GPG Key ID: 24260130A908EB5A

View File

@ -69,6 +69,7 @@ def rate_up(ssr_student, sr_guarantee=False, sr_student=None):
if ssr:
if ssr_student in student_pool:
student_pool.remove(ssr_student)
else:
if sr_student in student_pool:
student_pool.remove(sr_student)