Skip to content

Commit 6166549

Browse files
committed
suppress url warning
1 parent aad281f commit 6166549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def retrieve_meta(self, recordings_only=False, verbose=False, attempts=10):
114114
try:
115115
if verbose:
116116
print(url)
117-
r = request.urlopen(url)
117+
r = request.urlopen(url) #nosec
118118
break
119119
except error.HTTPError as e:
120120
n_attempts += 1

0 commit comments

Comments
 (0)