squeeze the twitter barcodes a bit narrower

workspace
Brendan Howell 4 years ago
parent e15cd419f5
commit f109befb2d

@ -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()

Loading…
Cancel
Save