Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saitewasreset committed May 8, 2024
1 parent ef2c075 commit eb07b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/daemon/scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ def load_csv(unique_id):
redis_keys = redis.keys()

for key in redis_keys:
if key.startswith("grades_valid"):
if key.startswith(b"grades_valid"):
redis.set(key, b"0")

load_db(filename, db, reader)
Expand Down

0 comments on commit eb07b66

Please sign in to comment.