remove point at the end of text preview barcode

workspace
km0 3 years ago
parent 32acf85c49
commit 951771242d

@ -55,7 +55,7 @@ class Soup(Bureau):
for file in files: for file in files:
filename, ext = os.path.basename(file).split('.') filename, ext = os.path.basename(file).split('.')
self.print_small(filename) self.print_small(filename)
prn.soft_barcode("code128", "SBtp." + filename + '.') prn.soft_barcode("code128", "SBtp." + filename)
@add_command('tp', 'Print a short excerpt of a text') @add_command('tp', 'Print a short excerpt of a text')
def print_preview(self, data): def print_preview(self, data):

Loading…
Cancel
Save