Skip to content

Commit fa2b034

Browse files
authored
Add files via upload
1 parent 4ce6854 commit fa2b034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pywwwget_py3_optimized_bluetooth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6225,7 +6225,7 @@ def upload_file_to_internet_file(fileobj, url: str, **kwargs: Any):
62256225
host, port = _bt_host_channel_from_url(parts, qs, o2)
62266226
proto = "bt"
62276227
# bt:// historically used raw streaming; do not send PATH preface unless requested.
6228-
send_path = _qflag(qs, \"send_path\", False) or bool(o.get(\"send_path\"))
6228+
send_path = _qflag(qs, "send_path", False) or bool(o.get("send_path"))
62296229
if not send_path:
62306230
path_text = None
62316231
else:

0 commit comments

Comments
 (0)