mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-13 15:08:33 -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
|
||||
LOG = logging.getLogger("APRSD")
|
||||
|
||||
|
||||
@cli.command()
|
||||
@click.option(
|
||||
"--url",
|
||||
|
@ -132,7 +132,6 @@ def send_message(
|
||||
except LoginError:
|
||||
sys.exit(-1)
|
||||
|
||||
|
||||
# Send a message
|
||||
# then we setup a consumer to rx messages
|
||||
# We should get an ack back as well as a new message
|
||||
|
Loading…
Reference in New Issue
Block a user