Fix list comprehension for decoding the URLs (fixes #2100)
It wasn’t a comprehension, it was just using the last url from the previous comprehension. That didn’t raise an error in python 2, but in python 3 the variable was not defined.pull/2104/head
parent
20f1be02df
commit
41292a3827
Loading…
Reference in New Issue