fix save of the favourite parameters list

This commit is contained in:
Marianpol 2021-08-10 21:57:21 +02:00
parent 838520e001
commit f472907e80

View File

@ -577,8 +577,8 @@ class ECU:
csvline += ";" + pyren_encode(c)
continue
kb.set_normal_term()
if mod_globals.opt_csv and csvf!=0:
self.saveFavList()
if mod_globals.opt_csv and csvf!=0:
if mod_globals.opt_csv_human:
csvf.close()
return