same issue
yep same problem
Open "QR_Generator.py" and replace line 42 with the following: qr_code = soup.find('img')['src']
qr_code = soup.find('img')['src']
I've updated my fork to fix this