在我网站
http://www.geekaa.com 删除一个帖子时返回:
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 701, in __call__
handler.get(*groups)
File "/base/data/home/apps/geekaa3/1.355717407538880391/topic.py", line 1048, in get
if member.level == 0 and (str(member.created_ts) == str(t)):
AttributeError: 'Member' object has no attribute 'created_ts'
topic.py 我是copy @
Livid 在github上的文件。