Skip to content

Commit 8791400

Browse files
committedApr 3, 2024·
fix comment
1 parent 5e59338 commit 8791400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def streamlink(request=request):
3535
session = Streamlink()
3636
pluginname, pluginclass, resolved_url = session.resolve_url(url[0])
3737
# Use remain arguments to set other options.
38-
#session.set_option('http-ssl-verify', 0)
38+
# session.set_option('http-ssl-verify', 0)
3939
for key in args:
4040
if re.match('[0-9]+$', args[key]):
4141
value = int(args[key])

0 commit comments

Comments
 (0)
Please sign in to comment.