We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa23ca commit 162b1dcCopy full SHA for 162b1dc
qrcode.py
@@ -3,5 +3,5 @@
3
4
# QR Code Generator
5
query = input("Enter Content: ") # Enter Content
6
-code = qrcode.make(str(query)) # Making the QR code
+code = qrcode.make(query) # Making the QR code
7
code.save("qrcode.png") # Saving the QR code file
0 commit comments