From 3d100aafddc364e1ec3e706ab077bc80ae0f6540 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 6 Dec 2011 12:55:45 -0500 Subject: [PATCH] Revert the match_id fix of the previous commit. --- xonstat/views/submission.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xonstat/views/submission.py b/xonstat/views/submission.py index 36a9b1a..09c0bb6 100755 --- a/xonstat/views/submission.py +++ b/xonstat/views/submission.py @@ -449,10 +449,6 @@ def parse_body(request): value = unicode(value, 'utf-8') if key in 'V' 'T' 'G' 'M' 'S' 'C' 'R' 'W' 'I': - # FIXME: hotfix for malformed numbers in the match_id - if key == 'I' and value.startswith('0.'): - value = value[2:] - game_meta[key] = value if key == 'P': -- 2.39.2