I did add a ';' from habit, removed again, must please the bunny :)

This commit is contained in:
void-spark
2026-05-11 22:29:37 +02:00
parent 39068e9824
commit 6d661dd12c

View File

@@ -35,7 +35,7 @@ def main():
count = 0
for entry in data:
text = entry.get('text', '[API provided no text]');
text = entry.get('text', '[API provided no text]')
# Result: 0 (success), 1 (error), or 3 (empty).
if entry['result'] == 0:
leases = entry['arguments']['leases']