I would like to check in python the new modifications that are added to the service.
Is there a way to do this?
Now it seems like python is not aware of what is new, and what was there before. It sees all input as the same.
I'm calculating weater or not a new ip prefix is unique or not. But with this check, python always says that a new added prefix is not unique. But this is because python does not know which prefix is new.