From 719d3de3a7ff7d8dbf91e8087c6b97ca0bc5d2a1 Mon Sep 17 00:00:00 2001 From: Francesco Luzzana Date: Wed, 6 Apr 2022 16:19:14 +0200 Subject: [PATCH] but without cutting --- screenless/bureau/soup/soup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenless/bureau/soup/soup.py b/screenless/bureau/soup/soup.py index c95608f..20da9f0 100644 --- a/screenless/bureau/soup/soup.py +++ b/screenless/bureau/soup/soup.py @@ -51,7 +51,7 @@ class Soup(Bureau): files = glob.glob(os.path.join(self.mdir, 'contents', '*.txt')) for file in files: - self.print_small(file, cut=True) + self.print_small(file) # @add_command("weave", "Weave two text together") # def weave(self):