Skip to content

Commit edc21fc

Browse files
committed
simple_app11: hello flag set True to hell config
1 parent 81e99d8 commit edc21fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/simple_ext11/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class SimpleApp11(SimpleApp1):
1010
flags['hello']=(
11-
{ 'SimpleApp11' : {'hello' : False} }, "Say hello on startup."
11+
{ 'SimpleApp11' : {'hello' : True} }, "Say hello on startup."
1212
)
1313
aliases.update({
1414
'simple11-dir': 'SimpleApp11.simple11_dir',

0 commit comments

Comments
 (0)