Add vloging.main_decorator.
This commit is contained in:
parent
1c998c9b0e
commit
9b0bb67e61
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ def etiquette_flask_launch_argparse(args):
|
|||
)
|
||||
|
||||
@operatornotify.main_decorator(subject='etiquette_flask_dev', notify_every_line=True)
|
||||
@vlogging.main_decorator
|
||||
def main(argv):
|
||||
parser = argparse.ArgumentParser(
|
||||
description='''
|
||||
|
|
|
|||
Loading…
Reference in a new issue