mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-30 09:11:09 +00:00
Aligned main comments in demo programs.
This commit is contained in:
@@ -41,7 +41,7 @@ def main():
|
||||
|
||||
def do_basic_demo():
|
||||
"""Creates a single QR Code, then prints it to the console."""
|
||||
text = u"Hello, world!" # User-supplied Unicode text
|
||||
text = u"Hello, world!" # User-supplied Unicode text
|
||||
errcorlvl = QrCode.Ecc.LOW # Error correction level
|
||||
|
||||
# Make and print the QR Code symbol
|
||||
|
||||
Reference in New Issue
Block a user