fix: start attributeIDs from -1 (#68)

It is no longer needed to fix some IDs.
This commit is contained in:
Patric Stout
2024-07-21 14:52:47 +02:00
committed by GitHub
parent a52b704641
commit 2c30361592

View File

@@ -1,5 +1,5 @@
def patch(entries, patches, data):
nextAttributeID = -100 # We start some IDs away from 0, so we can have a few reserved numbers.
nextAttributeID = -1
for patch in patches:
if patch.get("new"):