summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/hosting/server/accounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/hosting/server/accounts.py')
-rw-r--r--sca-cpp/trunk/hosting/server/accounts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/accounts.py b/sca-cpp/trunk/hosting/server/accounts.py
index 4a50b15981..4415c69e62 100644
--- a/sca-cpp/trunk/hosting/server/accounts.py
+++ b/sca-cpp/trunk/hosting/server/accounts.py
@@ -20,7 +20,7 @@ from util import *
# Convert a particular user id to an account id
def accountid(user):
- return ("'accounts", "'" + user.id(), "'user.account")
+ return ("accounts", user.id(), "user.account")
# Get the current user's account
def get(id, user, cache):