mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fixed HTML exporting.
This commit is contained in:
@@ -48,8 +48,8 @@ class PyDupeGuruBase(PyFairware):
|
||||
def doScan(self):
|
||||
self.py.start_scanning()
|
||||
|
||||
def exportToXHTMLwithColumns_(self, column_ids):
|
||||
return self.py.export_to_xhtml(column_ids)
|
||||
def exportToXHTML(self):
|
||||
return self.py.export_to_xhtml()
|
||||
|
||||
def loadSession(self):
|
||||
self.py.load()
|
||||
|
||||
Reference in New Issue
Block a user