From: Ant Zucaro Date: Tue, 6 Dec 2011 17:55:45 +0000 (-0500) Subject: Revert the match_id fix of the previous commit. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3d100aafddc364e1ec3e706ab077bc80ae0f6540;p=xonotic%2Fxonstat.git Revert the match_id fix of the previous commit. --- 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':