diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-02 20:03:10 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-10-02 20:03:10 -0400 |
| commit | 4cf2cb77fcbc00bb1100e9d0a25cb52c62ed56b8 (patch) | |
| tree | 01bc2b4ce9b4a10f5e6ac7fb00fdeeeea21d1da2 /scripts/logreport.py | |
| parent | c60546608749508e95068bb8c8fc35bc12068107 (diff) | |
timb: forgot a :
Diffstat (limited to 'scripts/logreport.py')
| -rw-r--r-- | scripts/logreport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/logreport.py b/scripts/logreport.py index a09743e..88bceaf 100644 --- a/scripts/logreport.py +++ b/scripts/logreport.py @@ -360,7 +360,7 @@ def classify_url(method, url): profile_classification = _classify_profile_url(url, Nickset) if profile_classification: return profile_classification - elif url.startswith('/altars') + elif url.startswith('/altars'): return 'Altars' elif url.startswith('/avatars/'): return 'Avatars' |
