diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2020-03-31 23:39:52 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2020-03-31 23:39:52 +0100 |
commit | 98eb9173ee7f846a0f8dea6aa54aad4b5dd2f5fb (patch) | |
tree | 297c748f4daf123096e113399aa99c8f38737b0a | |
parent | ecfa95310ded7dde2f81ab89730373fcd128e931 (diff) | |
download | troggle-98eb9173ee7f846a0f8dea6aa54aad4b5dd2f5fb.tar.gz troggle-98eb9173ee7f846a0f8dea6aa54aad4b5dd2f5fb.tar.bz2 troggle-98eb9173ee7f846a0f8dea6aa54aad4b5dd2f5fb.zip |
rename troggle log back to what it was
-rw-r--r-- | localsettings WSL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettings WSL.py b/localsettings WSL.py index 07cc1cd..7cfc3f5 100644 --- a/localsettings WSL.py +++ b/localsettings WSL.py @@ -69,4 +69,4 @@ TEMPLATE_DIRS = ( # Don't forget to use absolute paths, not relative paths. ) -LOGFILE = PYTHON_PATH + 'troggle_log.txt' +LOGFILE = PYTHON_PATH + 'troggle.log' |