Skip to content

Commit efd2ba2

Browse files
Update qrcode.py
1 parent 902948d commit efd2ba2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

QR_code_generator/qrcode.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import pyqrcode, png
2-
from pyqrcode import QRCode
2+
# from pyqrcode import QRCode
3+
# no need to import same library again and again
34

45
# Creating QR code after given text "input"
56
url = pyqrcode.create(input("Enter text to convert: "))

0 commit comments

Comments
 (0)