Fix more name errors
This commit is contained in:
+1
-1
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user