Callum027 / ipam-migrator

Data migration tool for between phpIPAM and NetBox
GNU General Public License v3.0
17 stars 8 forks source link

netbox.py error in superclass constructor call #9

Open FrankWeis opened 1 year ago

FrankWeis commented 1 year ago

I believe the order of the parameters is wrong in netbox.py super().init(name, logger) should be super().init(logger, name)