mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-31 12:52:24 -04:00
pep8
This commit is contained in:
parent
82def598f0
commit
8287c09ce5
@ -23,6 +23,7 @@ from ..aprsd import cli
|
|||||||
# logging.basicConfig(level=logging.DEBUG) # level=10
|
# logging.basicConfig(level=logging.DEBUG) # level=10
|
||||||
LOG = logging.getLogger("APRSD")
|
LOG = logging.getLogger("APRSD")
|
||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
@click.option(
|
@click.option(
|
||||||
"--url",
|
"--url",
|
||||||
|
@ -132,7 +132,6 @@ def send_message(
|
|||||||
except LoginError:
|
except LoginError:
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
||||||
# Send a message
|
# Send a message
|
||||||
# then we setup a consumer to rx messages
|
# then we setup a consumer to rx messages
|
||||||
# We should get an ack back as well as a new message
|
# We should get an ack back as well as a new message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user