mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-02 21:52:24 -04:00
Remove the logging of the conf password if not set
This commit is contained in:
parent
50e491bab4
commit
a8d56a9967
@ -76,7 +76,6 @@ def send_message(
|
|||||||
aprs_login = CONF.aprs_network.login
|
aprs_login = CONF.aprs_network.login
|
||||||
|
|
||||||
if not aprs_password:
|
if not aprs_password:
|
||||||
LOG.warning(CONF.aprs_network.password)
|
|
||||||
if not CONF.aprs_network.password:
|
if not CONF.aprs_network.password:
|
||||||
click.echo("Must set --aprs-password or APRS_PASSWORD")
|
click.echo("Must set --aprs-password or APRS_PASSWORD")
|
||||||
ctx.exit(-1)
|
ctx.exit(-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user