diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-30 18:11:32 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-30 18:11:32 -0400 |
| commit | 9581006a7a6702a115b0afde760f8b47f3e757af (patch) | |
| tree | 0ea5cc6dfc3071f0391083157312c1696b10eb96 /scripts | |
| parent | 85def20064bbba680781be97765debdd698ee3ec (diff) | |
timb: changed url of search
Diffstat (limited to 'scripts')
| -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 41a07d2..1916232 100644 --- a/scripts/logreport.py +++ b/scripts/logreport.py @@ -376,7 +376,7 @@ def classify_url(method, url): return 'Post' elif url == '/submit-registration': return 'Register' - elif url.startswith('/cmd/ghettosearch/'): + elif url.startswith('/cmd/search/'): return 'Search' elif url.startswith('/static/') or url in StaticUrls: return 'Static' |
