Closed Meisterschueler closed 8 years ago
@Meisterschueler We have to fix this line at least: https://github.com/glidernet/ogn-python/blob/master/ogn/collect/fetchddb.py#L17
...and all other occurrences of AddressOrigin.
Strage... obviously it has something to do with the Enum. But on my side everything is running (python3.5, sqlite/postgresql)
I like your idea to change AddressOrigin to an enumeration, but using an IntEnum annihilates its advantages as it is possible to access the (arbitrary) integer values.
This change breaks the follwing command:
Traceback: