Fix funny changelog thing
This commit is contained in:
@@ -61,6 +61,9 @@ def main():
|
|||||||
"time", datetime.datetime.now(datetime.timezone.utc).isoformat()
|
"time", datetime.datetime.now(datetime.timezone.utc).isoformat()
|
||||||
)
|
)
|
||||||
changes = partyaml["changes"]
|
changes = partyaml["changes"]
|
||||||
|
if not isinstance(changes, list):
|
||||||
|
changes = [changes]
|
||||||
|
|
||||||
max_id += 1
|
max_id += 1
|
||||||
new_id = max_id
|
new_id = max_id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user