diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-02 19:24:22 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-02 19:24:22 -0400 |
| commit | e1f00e6df1cc050bc6335ddba23ddb3b71e226fa (patch) | |
| tree | f5cc6947c3ca95d42f16141ef44d6c98cb3c26ab /scripts/logreport.py | |
| parent | 4ee9af5e96dfdf045d13afa3510937f82b06df5c (diff) | |
timb: adding altars to logreport
Diffstat (limited to 'scripts/logreport.py')
| -rw-r--r-- | scripts/logreport.py | 4 |
1 files changed, 4 insertions, 0 deletions
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'): |
