mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
6c0c511e8d
commit
a35a5f414f
@ -42,7 +42,7 @@ def encode_url(name, frag=''):
|
||||
|
||||
def decode_url(x):
|
||||
parts = x.split('#', 1)
|
||||
return decode_component(parts[0]), parts[1] if len(parts) > 1 else ''
|
||||
return decode_component(parts[0]), (parts[1] if len(parts) > 1 else '')
|
||||
|
||||
class Container(ContainerBase):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user