diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-05 14:01:15 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-05 14:01:15 +0100 |
commit | 409037bdf34742a1eee9b77cc50c5670035d6163 (patch) | |
tree | 3a1aaf1950a57e01bee42c40883ff5f658c6a60b /core/views/statistics.py | |
parent | 53fef140240a90f6b434d0146dff18fc139c2cc3 (diff) | |
download | troggle-409037bdf34742a1eee9b77cc50c5670035d6163.tar.gz troggle-409037bdf34742a1eee9b77cc50c5670035d6163.tar.bz2 troggle-409037bdf34742a1eee9b77cc50c5670035d6163.zip |
tiny tidyings
Diffstat (limited to 'core/views/statistics.py')
-rw-r--r-- | core/views/statistics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/statistics.py b/core/views/statistics.py index 9d5cd16..1f11bed 100644 --- a/core/views/statistics.py +++ b/core/views/statistics.py @@ -61,7 +61,7 @@ def pathsreport(request): pathstype = { # "BOGUS" : type(settings.BOGUS), "JSLIB_URL" : type(settings.JSLIB_URL), - "JSLIB_ROOT" : str( settings.JSLIB_ROOT), + "JSLIB_ROOT" : type( settings.JSLIB_ROOT), # "CSSLIB_URL" : type(settings.CSSLIB_URL), "CAVEDESCRIPTIONS" : type(settings.CAVEDESCRIPTIONS), "DIR_ROOT" : type(settings.DIR_ROOT), |