From e1f00e6df1cc050bc6335ddba23ddb3b71e226fa Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sat, 2 Oct 2010 19:24:22 -0400 Subject: timb: adding altars to logreport --- scripts/logreport.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/logreport.py b/scripts/logreport.py index 1916232..a09743e 100644 --- a/scripts/logreport.py +++ b/scripts/logreport.py @@ -351,6 +351,8 @@ def _classify_profile_url(url, nickset): return 'Favorites' elif comps[1] == 'log': return 'Log' + elif comps[1] == 'altars': + return 'Altars' else: return 'Profile' @@ -358,6 +360,8 @@ def classify_url(method, url): profile_classification = _classify_profile_url(url, Nickset) if profile_classification: return profile_classification + elif url.startswith('/altars') + return 'Altars' elif url.startswith('/avatars/'): return 'Avatars' elif url.startswith('/refresh'): -- cgit v1.2.3-70-g09d2