fix debug
This commit is contained in:
parent
b5d0a9f136
commit
2dcf358eb5
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Icons(dict):
|
||||||
c.close()
|
c.close()
|
||||||
conn.close()
|
conn.close()
|
||||||
except:
|
except:
|
||||||
logger.debug('failed to clear icon %s', id)
|
logger.debug('failed to clear icon %s', prefix)
|
||||||
|
|
||||||
def vacuum(self, ids):
|
def vacuum(self, ids):
|
||||||
conn = self.connect()
|
conn = self.connect()
|
||||||
|
|
Loading…
Reference in a new issue