File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def build(self):
73
73
chars .append (code39 .EDGE )
74
74
return [code39 .MIDDLE .join (chars )]
75
75
76
- def render (self , writer_options , text = None ):
76
+ def render (self , writer_options = None , text = None ):
77
77
options = dict (module_width = MIN_SIZE , quiet_zone = MIN_QUIET_ZONE )
78
78
options .update (writer_options or {})
79
79
return Barcode .render (self , options , text )
@@ -252,7 +252,7 @@ def build(self):
252
252
code += '11'
253
253
return [code ]
254
254
255
- def render (self , writer_options , text = None ):
255
+ def render (self , writer_options = None , text = None ):
256
256
options = dict (module_width = MIN_SIZE , quiet_zone = MIN_QUIET_ZONE )
257
257
options .update (writer_options or {})
258
258
return Barcode .render (self , options , text )
You can’t perform that action at this time.
0 commit comments