pull/170/head
liuzheng712 2016-03-27 22:20:20 +08:00
parent 445a83f78a
commit 587c9b2c3f
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class TermLogRecorder(object):
timestamp=int(self.recoderStartTime))
if self.user:
record.user.add(self.user)
TermLogRecorder.loglist[self.id].remove(self)
TermLogRecorder.loglist[str(self.id)].remove(self)
def list(self, user=None, uid=None):
tmp = []