From 416a5a96432fd98286559f9f0661352feed01365 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sun, 9 Jun 2019 09:45:18 +0200 Subject: [PATCH] Update config_SAMPLE.py --- config_SAMPLE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_SAMPLE.py b/config_SAMPLE.py index 39374e8..0ed6baa 100755 --- a/config_SAMPLE.py +++ b/config_SAMPLE.py @@ -19,5 +19,5 @@ PEER_URL = 'https://www.radioid.net/static/rptrs.json' SUBSCRIBER_URL = 'https://www.radioid.net/static/users.json' # Settings for log files -LOG_PATH = '/var/log/link/' # MUST END IN '/' +LOG_PATH = '/var/log/' # MUST END IN '/' LOG_NAME = 'webtables.log'