try to make filtering work

This commit is contained in:
2015-03-01 10:31:49 +01:00
parent b953377c58
commit addb8ae815
3 changed files with 48 additions and 31 deletions

View File

@@ -174,9 +174,9 @@ class FilterOptions(object):
Type:\t\t{ftype}\n
Frequencies:\t{freq}\n
Order:\t\t{order}\n
'''.format(ftype=self.getFilterType,
freq=self.getFreq,
order=self.getOrder)
'''.format(ftype=self.getFilterType(),
freq=self.getFreq(),
order=self.getOrder())
return hrs
def getFreq(self):