fixed bug in last commit, thanks Harkirat
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-05-17 15:55:39) dev
|
||||
Version 2.00.0 (2012-05-17 17:51:51) dev
|
||||
|
||||
+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