diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-26 18:45:21 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-26 18:45:21 +0100 |
commit | 72df5d521305ef31a8fe71aa51bc9840482ea9ea (patch) | |
tree | ed52a33ccf2c06d9fcfbc2af548d3f6076b9eead /localsettingspotatohut.py | |
parent | d43ce1bdb278c021d18e9a5af26f68dc2711c7f1 (diff) | |
download | troggle-72df5d521305ef31a8fe71aa51bc9840482ea9ea.tar.gz troggle-72df5d521305ef31a8fe71aa51bc9840482ea9ea.tar.bz2 troggle-72df5d521305ef31a8fe71aa51bc9840482ea9ea.zip |
/tunneldata/ to /drawings/
Diffstat (limited to 'localsettingspotatohut.py')
-rw-r--r-- | localsettingspotatohut.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py index 753cce4..2e5c08b 100644 --- a/localsettingspotatohut.py +++ b/localsettingspotatohut.py @@ -26,7 +26,7 @@ PUBLIC_SITE = True FIX_PERMISSIONS = ["sudo", "/usr/local/bin/fix_permissions"] SURVEX_DATA = REPOS_ROOT_PATH + 'loser/' -DRAWINGS_DATA = REPOS_ROOT_PATH + 'tunneldata/' +DRAWINGS_DATA = REPOS_ROOT_PATH + 'drawings/' THREEDCACHEDIR = REPOS_ROOT_PATH + 'expowebcache/3d/' CAVERN = 'cavern' |