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 ee3c5ee commit 7ab36c9Copy full SHA for 7ab36c9
1 file changed
barcode/__init__.py
@@ -49,7 +49,8 @@
49
PROVIDED_BARCODES.sort()
50
51
52
-def get(name, code=None, writer=None, options={}):
+def get(name, code=None, writer=None, options=None):
53
+ options = options or {}
54
try:
55
barcode = __BARCODE_MAP[name.lower()]
56
except KeyError:
0 commit comments