Fix getjob glob

This commit is contained in:
Kumi 2018-10-21 09:21:22 +02:00
parent 8af0a78c74
commit a4964a5b9c

View file

@ -94,7 +94,7 @@ def getjob(req):
jobid = req.path[-1]
content_disposition = None
found = glob.glob("/tmp/panosteal/%s---.png*" % jobid)
found = glob.glob("/tmp/panosteal/%s---*.png" % jobid)
if found:
md5 = "Not happening."