Commit 093e5a0a authored by Joel Collins's avatar Joel Collins
Browse files

Fixed broken delete argument (capture_id instead of id)

parent 1a27a8e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ class CaptureTags(View):

        return jsonify(capture_obj.tags)

    def delete(self, capture_id):
    def delete(self, id):
        """
        Delete tags from a single image capture
        """