mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-07 06:25:26 -04:00
...
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user