mirror of
https://github.com/tasmota/tasmotizer.git
synced 2026-03-06 08:34:23 +01:00
fix missing parentheses in template string
This commit is contained in:
@@ -281,7 +281,7 @@ class SendConfigDialog(QDialog):
|
||||
backlog.append("module {}".format(self.cbModule.currentData()))
|
||||
|
||||
elif self.module_mode == 1:
|
||||
backlog.extend(["template {}".format(self.leTemplate.text), "module 0"])
|
||||
backlog.extend(["template {}".format(self.leTemplate.text()), "module 0"])
|
||||
|
||||
self.commands = "backlog {}\n".format(";".join(backlog))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user