]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/submission.py
Revert the match_id fix of the previous commit.
[xonotic/xonstat.git] / 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