From aca4d438b6de8248a319157a2a17a44999462ff8 Mon Sep 17 00:00:00 2001 From: vrandezo Date: Wed, 15 May 2013 18:20:08 +0200 Subject: [PATCH] changed Property:P to P --- daily-analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daily-analysis.py b/daily-analysis.py index 79abbe6..c5d7313 100755 --- a/daily-analysis.py +++ b/daily-analysis.py @@ -223,6 +223,7 @@ def processfile(file) : if property and not processedproperties[int(title[10:])] : newtitle = True processedproperties[int(title[10:])] = True + title = title[9:] if line.startswith(' ') : revid = line[10:-6]