Commit 5c1a3be5 authored by Romain Loth's avatar Romain Loth

fix var name typo

parent db43098d
......@@ -340,7 +340,7 @@ def register():
# clear cache concerning this scholar
# TODO class User method !!
if uid in UCACHE: UCACHE.pop(uid)
if duuid in UCACHE: UCACHE.pop(duuid)
# E) end connection
reg_db.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment