|
|
@ -338,7 +338,7 @@ class MailRoom(Bureau):
|
|
|
|
msg.r_bc = os.path.join("/tmp", "POr." + shortcode + ".svg")
|
|
|
|
msg.r_bc = os.path.join("/tmp", "POr." + shortcode + ".svg")
|
|
|
|
with open(msg.r_bc, "w") as svgfile:
|
|
|
|
with open(msg.r_bc, "w") as svgfile:
|
|
|
|
svgfile.write(kode256.svg("POr." + shortcode))
|
|
|
|
svgfile.write(kode256.svg("POr." + shortcode))
|
|
|
|
msg.sp_bc = os.path.join("/tmp", "POd." + shortcode + ".svg")
|
|
|
|
msg.sp_bc = os.path.join("/tmp", "POsp." + shortcode + ".svg")
|
|
|
|
with open(msg.sp_bc, "w") as svgfile:
|
|
|
|
with open(msg.sp_bc, "w") as svgfile:
|
|
|
|
svgfile.write(kode256.svg("POsp." + shortcode))
|
|
|
|
svgfile.write(kode256.svg("POsp." + shortcode))
|
|
|
|
|
|
|
|
|
|
|
|