We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1546a3e commit ee3c5eeCopy full SHA for ee3c5ee
1 file changed
barcode/__init__.py
@@ -49,7 +49,7 @@
49
PROVIDED_BARCODES.sort()
50
51
52
-def get(name, code=None, writer=None, options=None):
+def get(name, code=None, writer=None, options={}):
53
try:
54
barcode = __BARCODE_MAP[name.lower()]
55
except KeyError:
0 commit comments