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
|
HEIGHT = 210
|
||||||
WIDTH = 210
|
WIDTH = 210
|
||||||
|
|
||||||
vCardTemplate = '''BEGIN:VCARD
|
vCardTemplate = """BEGIN:VCARD
|
||||||
N:{SURNAME};{FIRSTNAME}
|
N:{SURNAME};{FIRSTNAME}
|
||||||
TEL;CELL:{TELMOBILE}
|
TEL;CELL:{TELMOBILE}
|
||||||
TEL;HOME:{TELHOME}
|
TEL;HOME:{TELHOME}
|
||||||
EMAIL:{EMAIL}
|
EMAIL:{EMAIL}
|
||||||
URL:{URL}
|
URL:{URL}
|
||||||
END:VCARD'''
|
END:VCARD"""
|
||||||
|
|
||||||
class QRMaker:
|
class QRMaker:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user