Skip to content

Commit

Permalink
[BpBlue] add some more .replaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Apr 28, 2024
1 parent 06fc235 commit 6385b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/BpBlue.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def updateBP(self):
if fileExists("/tmp/ecm.info"):
f = open("/tmp/ecm.info", 'r')
for line in f.readlines():
mytext = mytext + line.strip().replace("caid", "Caid").replace("pid", "Pid").replace("prov", "Prov").replace("chid", "Chid").replace("reader", "Reader").replace("from", "From").replace("protocol", "Protocol").replace("hops", "Hops").replace("ecm time", "Ecm Time").replace("cw", "CW ").replace("local", "Local").replace("internal", "Internal") + "\n"
mytext = mytext + line.strip().replace("caid", "Caid").replace("pid", "Pid").replace("prov", "Prov").replace("chid", "Chid").replace("reader", "Reader").replace("from", "From").replace("protocol", "Protocol").replace("hops", "Hops").replace("ecm time", "Ecm Time").replace("cw", "CW ").replace("local", "Local").replace("using", "Using").replace("address", "Address").replace("system", "System").replace("source", "Source").replace("internal", "Internal") + "\n"
f.close()
if len(mytext) < 5:
mytext = "\n\n " + _("Ecm Info Not Available.")
Expand Down

0 comments on commit 6385b7a

Please sign in to comment.