From 691da15624d179127fbd1ffbc294326264b34135 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Sat, 16 Sep 2017 00:15:24 +0200 Subject: [PATCH] more typos... I need a proper test setup. --- 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 a94d7d8..5263808 100644 --- a/screenless/bureau/publicrelations/publicrelations.py +++ b/screenless/bureau/publicrelations/publicrelations.py @@ -153,7 +153,7 @@ class PublicRelations(Bureau): prn.image(im, impl="bitImageColumn") tw_shortcode = self.short_tweet_id(t["id_str"]) - prn.barcode("PRtwd." + hash_id, "CODE128", function_type="B") + prn.barcode("PRtwd." + tw_shortcode, "CODE128", function_type="B") prn.text("\r\n\r\n") prn.cut()