From 167b0bfabf92f71cf9440d347c0fba91d64a651d Mon Sep 17 00:00:00 2001 From: Justus Ojala Date: Tue, 23 Sep 2025 07:52:01 +0300 Subject: [PATCH] Fix more name errors --- webapp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/views.py b/webapp/views.py index 9c7186b..0c4efa7 100644 --- a/webapp/views.py +++ b/webapp/views.py @@ -207,7 +207,7 @@ class SignupViewSet(ModelViewSet): def key_is_unique(self, submitKey): current_time = time.time() - print("Checking", key) + print("Checking", submitKey) # Remove expired keys from dict (older than 1 h) # A key that expires as the function is called is considered valid print("Keys", submit_keys)