fixed delKey function (tab fail)

This commit is contained in:
Omegalulz 2009-06-20 07:50:27 -07:00
parent af5b4ef187
commit 2c24ecf200

View File

@ -123,7 +123,6 @@ class CONF:
self.fp.write('\x00' * (0x100 - len(self.conf)))
self.lastKeyOffset = self.conf.rfind('\r\n') + 2
except KeyError:
return 'Key not found'