typo in comment

This commit is contained in:
Nikos Kouremenos 2005-07-05 21:44:01 +00:00
parent 2be42ad322
commit 2d14894f38
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ class Connection:
"""Called when we receive a message""" """Called when we receive a message"""
msgtxt = msg.getBody() msgtxt = msg.getBody()
mtype = msg.getType() mtype = msg.getType()
subject = msg.getSubject() # if note there it's None subject = msg.getSubject() # if not there, it's None
tim = msg.getTimestamp() tim = msg.getTimestamp()
tim = time.strptime(tim, '%Y%m%dT%H:%M:%S') tim = time.strptime(tim, '%Y%m%dT%H:%M:%S')
tim = time.localtime(timegm(tim)) tim = time.localtime(timegm(tim))