diff --git a/not1mm/plugins/general_logging.py b/not1mm/plugins/general_logging.py index ba2349ca..ed8390dc 100644 --- a/not1mm/plugins/general_logging.py +++ b/not1mm/plugins/general_logging.py @@ -204,7 +204,9 @@ def adif(self): try: print( - f"{themode}", end="\r\n", file=file_descriptor + f"{themode}", + end="\r\n", + file=file_descriptor, ) except TypeError: ... @@ -274,7 +276,7 @@ def adif(self): file=file_descriptor, ) except TypeError: - ... + ... print("", end="\r\n", file=file_descriptor) print("", end="\r\n", file=file_descriptor)