Skip to content

Commit df17bd4

Browse files
authoredJul 20, 2024··
Merge pull request #2271 from 16ratneshkumar/patch-1
Update qrcode.py
2 parents 902948d + efd2ba2 commit df17bd4

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)
Please sign in to comment.