We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b870e25 commit 2ca9251Copy full SHA for 2ca9251
config.py
@@ -19,4 +19,4 @@
19
20
SERVICE_PROTOCOL = config('SERVICE_PROTOCOL', cast=str, default='rest')
21
22
-INBOUNDS = config("INBOUNDS", cast=lambda v: [x.strip() for x in v.split(',')], default=[])
+INBOUNDS = config("INBOUNDS", cast=lambda v: [x.strip() for x in v.split(',')], default="")
0 commit comments