Support rs N0 - style resends

master
kliment 2011-06-09 16:22:04 +02:00
parent b3053854ca
commit 124aef586f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class printcore():
#callback for errors
pass
if "Resend" in line or "rs" in line:
toresend=int(line.replace(":"," ").split()[-1])
toresend=int(line.replace("N:"," ").replace("N"," ").split()[-1])
self.resendfrom=toresend
self.clear=True
self.clear=True