From: Magnus Hagander Date: Wed, 19 Jun 2019 20:44:25 +0000 (+0200) Subject: Remove extra : at end of xkey X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5cdda4259af65fd84166bd25c0398f91b7f11838;p=pgarchives.git Remove extra : at end of xkey --- diff --git a/loader/lib/varnish.py b/loader/lib/varnish.py index df74f37..8a4812b 100644 --- a/loader/lib/varnish.py +++ b/loader/lib/varnish.py @@ -22,7 +22,7 @@ class VarnishPurger(object): exprlist.append('pgam_%s/%s/%s' % p) else: # Purging individual thread - exprlist.append('pgat_%s:' % p) + exprlist.append('pgat_%s' % p) purgedict = dict(list(zip(['x%s' % n for n in range(0, len(exprlist))], exprlist))) purgedict['n'] = len(exprlist) r = requests.post(purgeurl, data=purgedict, headers={