From 6c71d7b3987ccdbf4d2ce350cd58bdae4b936d02 Mon Sep 17 00:00:00 2001 From: buanzo <buanzo@buanzo.com.ar> Date: Sun, 17 May 2020 08:20:25 -0300 Subject: [PATCH] removed reference to CONFIG_PATH, as we use the confuse library to manage that. --- humed.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/humed.py b/humed.py index b0e009f..7858a28 100644 --- a/humed.py +++ b/humed.py @@ -23,12 +23,6 @@ if DEBUG: DBPATH = './humed.sqlite3' -# Location of json config file -# The good thing about WSL is that we actually have /etc -CONFIGPATH = '/etc/humed/humed.json' -if DEBUG: - CONFIGPATH = './humed.json' - # Basic list of TRANSFER_METHODS # We extend TRANSFER_METHODS by testing for optional modules TRANSFER_METHODS = ['syslog', 'remote_syslog', 'kant'] # TODO: kant will be our own