mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-20 16:41:13 -05:00
Pep8 failures
This commit is contained in:
parent
7d0006b0a6
commit
2ead6a97da
@ -94,6 +94,7 @@ def cli(ctx, loglevel, config_file, quiet):
|
||||
ctx.obj["config"] = aprsd_config.parse_config(config_file)
|
||||
setup_logging(ctx.obj["config"], loglevel, quiet)
|
||||
|
||||
|
||||
def main():
|
||||
from .cmds import completion, dev, listen, send_message, server # noqa
|
||||
cli()
|
||||
|
@ -6,6 +6,7 @@ from ..aprsd import cli
|
||||
|
||||
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
|
||||
|
||||
|
||||
@cli.group(help="Click Completion subcommands", context_settings=CONTEXT_SETTINGS)
|
||||
@click.pass_context
|
||||
def completion(ctx):
|
||||
|
@ -116,4 +116,3 @@ def server(ctx, flush):
|
||||
# If there are items in the msgTracker, then save them
|
||||
LOG.info("APRSD Exiting.")
|
||||
return 0
|
||||
import logging
|
||||
|
Loading…
Reference in New Issue
Block a user