From f109befb2d08559b8ed303a90a00ef7eb7430d2c Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Sun, 29 Nov 2020 01:12:20 +0100 Subject: [PATCH] squeeze the twitter barcodes a bit narrower --- screenless/bureau/publicrelations/publicrelations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenless/bureau/publicrelations/publicrelations.py b/screenless/bureau/publicrelations/publicrelations.py index 329ea61..5c5254c 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -178,7 +178,7 @@ class PublicRelations(Bureau): tw_shortcode = self.short_tweet_id(t["id_str"]) #prn.barcode("PRtwd." + tw_shortcode, "CODE128", function_type="B") - prn.soft_barcode("code128", "PRtwd." + tw_shortcode) + prn.soft_barcode("code128", "PRtwd." + tw_shortcode, module_width=0.16) prn.ln(2) prn.cut()