Skip to content

Commit

Permalink
Remove camera_ prefix on camid
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Aug 8, 2024
1 parent 456687e commit 441c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ def arena_token(request):
if _field_requested(request, "userid"):
userid = f"{nonce}_{username}"
if _field_requested(request, "camid"):
camid = f"camera_{nonce}_{username}"
camid = f"{nonce}_{username}"
if _field_requested(request, "handleftid"):
handleftid = f"handLeft_{nonce}_{username}"
if _field_requested(request, "handrightid"):
Expand Down

0 comments on commit 441c82e

Please sign in to comment.