Changeset 2055

Show
Ignore:
Timestamp:
05/27/07 04:40:53 (1 year ago)
Author:
abaumann
Message:

ignore 'RING' that can appear if someone calls while we are talking to the phone

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/moto-sync/motosync.py

    r2053 r2055  
    697697        line = self.__readline() 
    698698        while line != 'OK' and line != 'ERROR': 
    699             ret.append(line) 
     699            if line != 'RING': 
     700                ret.append(line) 
    700701            line = self.__readline() 
    701702        if line == 'OK':