netantho-105-ttl: try ttl field -> _ttl field to fix expiration

This commit is contained in:
Anthony Verez 2014-05-19 14:54:46 -07:00
Родитель fe5cb60c6c
Коммит 8cf8de3808
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -125,7 +125,7 @@ class message(object):
if match: if match:
# configure the ttl # configure the ttl
message['ttl'] = self.data_ttl[i] message['_ttl'] = self.data_ttl[i]
break break
# print message # print message