new user agent, fix path
This commit is contained in:
parent
82b7ff413c
commit
269086d349
2 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ def normalizeName(name):
|
|||
return name
|
||||
|
||||
def normalizePath(path):
|
||||
path = path.replace(':', '_').replace('/', '')
|
||||
path = path.replace(':', '_').replace('/', '_')
|
||||
if path.endswith('.'): path = path[:-1] + '_'
|
||||
return path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue