fixed bug in last commit, thanks Harkirat
This commit is contained in:
+1
-1
@@ -868,7 +868,7 @@ class Auth(object):
|
||||
if os.path.exists(filename):
|
||||
key = open(filename,'r').read().strip()
|
||||
else:
|
||||
key = alg+web2py_uuid()
|
||||
key = alg+':'+web2py_uuid()
|
||||
open(filename,'w').write(key)
|
||||
return key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user