Still seeing the error

Pulled current repo (as zip file if that makes difference) directly before running python trade.py import --plug=maddavo --opt=corrections --opt=csvs
...
NOTE: Added local station placeholder for THOSIAO/FOCER ORBITAL (#41432)
NOTE: Added local station placeholder for TSOHOCK/RERSCHEL TERMINAL (#41433)
NOTE: Added local station placeholder for VANAYEQUI/CBUSS HUB (#41434)
NOTE: Placeholder stations are added to the local DB only (not the .CSV).
Use 'trade.py export --table Station' if you /need/ to persist them.
NOTE: Import complete: 773204 new items over 14,252 stations in 8,147 systems
NOTE: Importing Corrections
Traceback (most recent call last):
File "trade.py", line 104, in <module>
main(sys.argv)
File "trade.py", line 77, in main
results = cmdenv.run(tdb)
File "C:\Temp\TradeDangerous\commands\commandenv.py", line 80, in run
return self._cmd.run(results, self, tdb)
File "C:\Temp\TradeDangerous\commands\import_cmd.py", line 124, in run
if not plugin.run():
File "C:\Temp\TradeDangerous\plugins\maddavo_plug.py", line 708, in run
self.import_corrections()
File "C:\Temp\TradeDangerous\plugins\maddavo_plug.py", line 232, in import_corrections
db.execute(stmt, binds)
sqlite3.IntegrityError: UNIQUE constraint failed: Station.system_id, Station.name
running python trade.py import --plug=maddavo --opt=csvs had same effect, tried to do corrections without the corrections switch passed anyway. Running python trade.py import --plug=maddavo got the prices fine as expected without trying to do the corrections and no error.