Fix more name errors

This commit is contained in:
Justus Ojala
2025-09-23 07:52:01 +03:00
parent 43c9a6d328
commit 167b0bfabf
+1 -1
View File
@@ -207,7 +207,7 @@ class SignupViewSet(ModelViewSet):
def key_is_unique(self, submitKey): def key_is_unique(self, submitKey):
current_time = time.time() current_time = time.time()
print("Checking", key) print("Checking", submitKey)
# Remove expired keys from dict (older than 1 h) # Remove expired keys from dict (older than 1 h)
# A key that expires as the function is called is considered valid # A key that expires as the function is called is considered valid
print("Keys", submit_keys) print("Keys", submit_keys)