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)
|
||||
matchRound = backends.eventStream.parse(events)
|
||||
evaluateRound(matchRound)
|
||||
print(matchRound.toJson())
|
||||
else:
|
||||
with open(fullPath, "a") as f:
|
||||
f.write(json.dumps(jsonDict))
|
||||
|
||||
Reference in New Issue
Block a user