mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-01 05:02:25 -04: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)
|
ctx.obj["config"] = aprsd_config.parse_config(config_file)
|
||||||
setup_logging(ctx.obj["config"], loglevel, quiet)
|
setup_logging(ctx.obj["config"], loglevel, quiet)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
from .cmds import completion, dev, listen, send_message, server # noqa
|
from .cmds import completion, dev, listen, send_message, server # noqa
|
||||||
cli()
|
cli()
|
||||||
|
@ -6,6 +6,7 @@ from ..aprsd import cli
|
|||||||
|
|
||||||
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
|
CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
|
||||||
|
|
||||||
|
|
||||||
@cli.group(help="Click Completion subcommands", context_settings=CONTEXT_SETTINGS)
|
@cli.group(help="Click Completion subcommands", context_settings=CONTEXT_SETTINGS)
|
||||||
@click.pass_context
|
@click.pass_context
|
||||||
def completion(ctx):
|
def completion(ctx):
|
||||||
|
@ -116,4 +116,3 @@ def server(ctx, flush):
|
|||||||
# If there are items in the msgTracker, then save them
|
# If there are items in the msgTracker, then save them
|
||||||
LOG.info("APRSD Exiting.")
|
LOG.info("APRSD Exiting.")
|
||||||
return 0
|
return 0
|
||||||
import logging
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user