mirror of
https://github.com/fergalmoran/qrmaker.git
synced 2025-12-22 10:00:50 +00:00
Fixed permalink URL generation
This commit is contained in:
@@ -7,13 +7,13 @@ import os
|
||||
HEIGHT = 210
|
||||
WIDTH = 210
|
||||
|
||||
vCardTemplate = '''BEGIN:VCARD
|
||||
vCardTemplate = """BEGIN:VCARD
|
||||
N:{SURNAME};{FIRSTNAME}
|
||||
TEL;CELL:{TELMOBILE}
|
||||
TEL;HOME:{TELHOME}
|
||||
EMAIL:{EMAIL}
|
||||
URL:{URL}
|
||||
END:VCARD'''
|
||||
END:VCARD"""
|
||||
|
||||
class QRMaker:
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user