Forgot changing vid to mid in messageHandler()

This commit is contained in:
Klaus-Uwe Mitterer 2016-08-06 20:09:11 +02:00
parent e0cd78ade3
commit 59fe1a23f4

View file

@ -50,7 +50,7 @@ def messageHandler(mid, driver):
try:
links = driver.find_elements_by_partial_link_text('pix/popup.php/')
for link in links:
phototools.processURL(link.get_attribute('href'),vid)
phototools.processURL(link.get_attribute('href'), mid)
except NoSuchElementException as e:
pass