minor changes

This commit is contained in:
gac-x07mb
2024-12-17 16:55:26 +01:00
parent da1c7bb4cf
commit 3a45759f79
2 changed files with 4 additions and 1 deletions

View File

@ -233,6 +233,9 @@ class PhoenixTrigger(PSIDetectorBase):
) # show trigger is done, consider using string=True ) # show trigger is done, consider using string=True
def help(self): def help(self):
"""
Help function for phoenix_trigger
"""
help_text = """ help_text = """
PHOENIX TRIGGER PHOENIX TRIGGER

View File

@ -270,7 +270,7 @@ class PhoenixBL(Utilities, PhoenixHelp):
file = open("MyLogfile.txt", "a") file = open("MyLogfile.txt", "a")
file.write(m + "\n") file.write(m + "\n")
file.close file.close()
class PhGroup: class PhGroup: