Repaired more mon_if functions...again

This commit is contained in:
anoduck 2024-01-26 15:26:38 -05:00
parent 2052457e2b
commit 04555e1a88

View file

@ -313,7 +313,7 @@ class Purge(object):
global scan_df
scan_df = get_df()
log.info('acquired Dataframe')
mon_if = self.get_interface(self.interface, self.mon_type)
mon_if = self.get_interface()
log.debug('mon_if: {0}'.format(mon_if))
log.debug('return type: {0}'.format(type(mon_if)))
self.mon_if = mon_if