master
Guillaume Seguin 2012-08-04 00:02:16 +02:00
parent 5a8e347440
commit f367f0e5cf
1 changed files with 12 additions and 13 deletions

View File

@ -152,7 +152,6 @@ class printcore():
self.online = True
if line.startswith('ok'):
#self.resendfrom=-1
#put temp handling here
if "T:" in line and self.tempcb is not None:
#callback for temp, status, whatever
try: self.tempcb(line)