diff options
Diffstat (limited to 'steuermann/config.py')
-rw-r--r-- | steuermann/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/steuermann/config.py b/steuermann/config.py index b10881b..3a001a7 100644 --- a/steuermann/config.py +++ b/steuermann/config.py @@ -5,3 +5,4 @@ def open_db() : return sqlite3.connect(db_creds) logdir = '/ssbwebv1/data2/steuermann/logs' +host_logs = '/ssbwebv1/data2/steuermann/host_logs' |