Browse Source

removing the trailing slash at the server path

master
manetta 3 years ago
parent
commit
20d9d16879
  1. 2
      LogBot/logbot.py

2
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

Loading…
Cancel
Save