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:
@@ -44,5 +44,6 @@ class QRMaker:
|
|||||||
'%s/../static/cache/%s.png' % (os.path.dirname(__file__), id),
|
'%s/../static/cache/%s.png' % (os.path.dirname(__file__), id),
|
||||||
'%s/../static/images/permalinked/%s.png' % (os.path.dirname(__file__), id)
|
'%s/../static/images/permalinked/%s.png' % (os.path.dirname(__file__), id)
|
||||||
)
|
)
|
||||||
|
logging.debug('./static/images/permalinked/%s.png' % id)
|
||||||
return './static/images/permalinked/%s.png' % id
|
return './static/images/permalinked/%s.png' % id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user