removing the trailing slash at the server path
This commit is contained in:
parent
3e26e76aa3
commit
20d9d16879
@ -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…
Reference in New Issue
Block a user