mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-06 16:42:32 -04:00
Fixed comments
This commit is contained in:
parent
cdde9c290b
commit
42b2e227e1
@ -103,10 +103,8 @@ def end_substr(original, substr):
|
|||||||
|
|
||||||
def add_config_comments(raw_yaml):
|
def add_config_comments(raw_yaml):
|
||||||
end_idx = end_substr(raw_yaml, "aprs.fi:")
|
end_idx = end_substr(raw_yaml, "aprs.fi:")
|
||||||
print("PENIS!!!!")
|
|
||||||
if end_idx != -1:
|
if end_idx != -1:
|
||||||
# lets insert a comment
|
# lets insert a comment
|
||||||
print("Didn't find shit!")
|
|
||||||
raw_yaml = insert_str(
|
raw_yaml = insert_str(
|
||||||
raw_yaml,
|
raw_yaml,
|
||||||
"\n # Get the apiKey from your aprs.fi account here: http://aprs.fi/account",
|
"\n # Get the apiKey from your aprs.fi account here: http://aprs.fi/account",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user