implement map overview

This commit is contained in:
Yannik Schmidt
2020-10-14 00:25:40 +02:00
parent 868346ad90
commit c3bb6f0e04
6 changed files with 128 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class Round:
self.mapName = "unavailiable"
self.confidence = int(confidence * 100)
self.numericPrediction = prediction
if prediction == 0:
self.prediction = self.winnerSideString
elif prediction == 1: