의 미러
https://github.com/arsenetar/dupeguru.git
synced 2026-03-09 10:31:38 +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