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):