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