mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 06:51:34 +01:00
add debug output for parsed round
This commit is contained in:
@@ -90,6 +90,7 @@ def singleEvent():
|
|||||||
os.remove(fullPath)
|
os.remove(fullPath)
|
||||||
matchRound = backends.eventStream.parse(events)
|
matchRound = backends.eventStream.parse(events)
|
||||||
evaluateRound(matchRound)
|
evaluateRound(matchRound)
|
||||||
|
print(matchRound.toJson())
|
||||||
else:
|
else:
|
||||||
with open(fullPath, "a") as f:
|
with open(fullPath, "a") as f:
|
||||||
f.write(json.dumps(jsonDict))
|
f.write(json.dumps(jsonDict))
|
||||||
|
|||||||
Reference in New Issue
Block a user