Skip to content

Commit 1b58d29

Browse files
committed
comment logs
1 parent 25504c8 commit 1b58d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/simple_ext1/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def get_conf(self, key):
7171
return None
7272

7373
def initialize_settings(self):
74-
self.log.info('333 {}'.format(self.config))
74+
self.log.info('Config {}'.format(self.config))
7575
# self.log.info('SimpleApp1.app {}'.format(self.get_conf('app')))
7676
# self.log.info('SimpleApp1.file {}'.format(self.get_conf('file')))
7777
# self.log.info('SimpleApp1.cli {}'.format(self.get_conf('cli')))

0 commit comments

Comments
 (0)