Skip to content

Commit

Permalink
[smach_to_mail] return config in config cb
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Oct 13, 2022
1 parent 2195a28 commit d9d4e22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def reconfigure_cb(self, config, level):
self.email_level = config.email_level
self.twitter_level = config.twitter_level
self.chat_level = config.chat_level
return config

def _status_cb(self, msg):
'''
Expand Down

0 comments on commit d9d4e22

Please sign in to comment.