Skip to content

Commit 74cca9e

Browse files
In sync with our latest change, where we default failthrough to be False. (#507)
Reference: Pull request #2746
1 parent a1d423b commit 74cca9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

show/main.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1576,8 +1576,7 @@ def aaa():
15761576
aaa = {
15771577
'authentication': {
15781578
'login': 'local (default)',
1579-
'failthrough': 'True (default)',
1580-
'fallback': 'True (default)'
1579+
'failthrough': 'False (default)'
15811580
}
15821581
}
15831582
if 'authentication' in data:

0 commit comments

Comments
 (0)