]> git.rm.cloudns.org Git - xonotic/xonstat.git/commitdiff
Revert the match_id fix of the previous commit.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 6 Dec 2011 17:55:45 +0000 (12:55 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 6 Dec 2011 17:55:45 +0000 (12:55 -0500)
xonstat/views/submission.py

index 36a9b1a53f1f87e358f70140d11864f8ee44337e..09c0bb6156bdaa061d626410d22b8fc67f283e6d 100755 (executable)
@@ -449,10 +449,6 @@ def parse_body(request):
                 value = unicode(value, 'utf-8')\r
 \r
             if key in 'V' 'T' 'G' 'M' 'S' 'C' 'R' 'W' 'I':\r
-                # FIXME: hotfix for malformed numbers in the match_id\r
-                if key == 'I' and value.startswith('0.'):\r
-                    value = value[2:]\r
-\r
                 game_meta[key] = value\r
 \r
             if key == 'P':\r