Remove debug

main
Bob Mottram 2023-01-09 23:20:44 +00:00
parent f69b5adc91
commit 796a71e74d
1 changed files with 0 additions and 3 deletions

View File

@ -259,11 +259,8 @@ def wellknown_protocol_handler(path: str, base_dir: str,
if not path.startswith('/.well-known/protocol-handler?'):
return None
print('Test1: ' + path)
if 'target=' in path:
path = urllib.parse.unquote(path)
print('Test1: ' + path)
target = path.split('target=')[1]
if ';' in target:
target = target.split(';')[0]