1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-20 08:31:11 -05:00

Fixed comments

This commit is contained in:
Hemna 2021-01-14 12:44:58 -05:00
parent cdde9c290b
commit 42b2e227e1

View File

@ -103,10 +103,8 @@ def end_substr(original, substr):
def add_config_comments(raw_yaml):
end_idx = end_substr(raw_yaml, "aprs.fi:")
print("PENIS!!!!")
if end_idx != -1:
# lets insert a comment
print("Didn't find shit!")
raw_yaml = insert_str(
raw_yaml,
"\n # Get the apiKey from your aprs.fi account here: http://aprs.fi/account",