Skip to content

Commit 441c82e

Browse files
committed
Remove camera_ prefix on camid
1 parent 456687e commit 441c82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def arena_token(request):
700700
if _field_requested(request, "userid"):
701701
userid = f"{nonce}_{username}"
702702
if _field_requested(request, "camid"):
703-
camid = f"camera_{nonce}_{username}"
703+
camid = f"{nonce}_{username}"
704704
if _field_requested(request, "handleftid"):
705705
handleftid = f"handLeft_{nonce}_{username}"
706706
if _field_requested(request, "handrightid"):

0 commit comments

Comments
 (0)