mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
log params with url. Helps #472
This commit is contained in:
parent
2be151fd3f
commit
1d3f8ac4d6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class autoProcessMovie:
|
|||
params['id'] = release_id or imdbid
|
||||
|
||||
url = baseURL + cmd
|
||||
logger.debug("Opening URL: %s" % url)
|
||||
logger.debug("Opening URL: %s with PARAMS: %s" % (url, params))
|
||||
|
||||
try:
|
||||
r = requests.get(url, params=params, verify=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue