link: http -> https
This commit is contained in:
parent
0a55e9ca6b
commit
c06b95d2d0
|
@ -193,7 +193,7 @@ class SVGFile(object):
|
||||||
def addMetadata(self, md):
|
def addMetadata(self, md):
|
||||||
txt = """
|
txt = """
|
||||||
{name} - {description}
|
{name} - {description}
|
||||||
Created with Boxes.py (http://festi.info/boxes.py)
|
Created with Boxes.py (https://festi.info/boxes.py)
|
||||||
Creation date: {date}
|
Creation date: {date}
|
||||||
""".format(date=datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") , **md)
|
""".format(date=datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") , **md)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue