| author | ymh <ymh.work@gmail.com> |
| Wed, 15 Apr 2015 03:39:02 +0200 | |
| changeset 107 | bc6fe2f5eef5 |
| parent 106 | dc00096a0fdc |
| child 108 | 076117065fd7 |
--- a/src/catedit/tasks.py Wed Apr 15 03:35:04 2015 +0200 +++ b/src/catedit/tasks.py Wed Apr 15 03:39:02 2015 +0200 @@ -28,7 +28,7 @@ ) #registry_key = "categories_"+repository+"_keys" #r = requests.post(app.config['BASE_URL']+"/meta/cache-clear/"+registry_key) - r = requests.post(app.config['BASE_URL']+"/meta/cache-clear) + r = requests.post(app.config['BASE_URL']+"/meta/cache-clear") try: r.raise_for_status() except: