add debug output for parsed round

This commit is contained in:
2020-06-15 19:25:00 +02:00
parent c26e238c4d
commit f6b420b7d7

View File

@@ -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))