From e51ab1428c914521b3e251f38ad50d0a9c1f8d54 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 1 Jun 2023 20:13:05 +0200 Subject: [PATCH] added flush --- bstrd/bscache.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bstrd/bscache.py b/bstrd/bscache.py index b220657..441d9aa 100644 --- a/bstrd/bscache.py +++ b/bstrd/bscache.py @@ -65,6 +65,8 @@ class BSCache: next(self) + def flush(self): + self.pt.queue.clear()