From 20d9d168797707f90b7c444f0fae7059660197f8 Mon Sep 17 00:00:00 2001 From: manetta Date: Mon, 1 Feb 2021 11:19:37 +0100 Subject: [PATCH] removing the trailing slash at the server path --- LogBot/logbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogBot/logbot.py b/LogBot/logbot.py index 4e6082e..5e16cf7 100644 --- a/LogBot/logbot.py +++ b/LogBot/logbot.py @@ -5,7 +5,7 @@ import urllib.request from urllib.parse import urlparse local = './' -server = '/var/www/logs/' +server = '/var/www/logs' # output = local output = server