Ticket #7081: python.diff
File python.diff, 461 bytes (added by , 16 years ago) |
---|
-
bindings/python/MythTV/MythTV.py
172 172 Returns a list of recorders, or an empty list if none. 173 173 """ 174 174 recorders = [] 175 pc = self.db.cursor()175 c = self.db.cursor() 176 176 c.execute('SELECT cardid FROM capturecard') 177 177 row = c.fetchone() 178 178 while row is not None: