Commit 59a37d5b by Oleksandr Barabash

fix on file.save in init

parent 2cdcefe7
...@@ -58,7 +58,7 @@ class CSVLogger(PacketLogger): ...@@ -58,7 +58,7 @@ class CSVLogger(PacketLogger):
"DoA", "Confidence", "Power", "Serial", "DoA", "Confidence", "Power", "Serial",
"Radio Bearing", "Radio Bearing",
"Compass Offset"]) + self.BREAK_LINE) "Compass Offset"]) + self.BREAK_LINE)
self.save() self.file.save()
@staticmethod @staticmethod
def serialize_data(data: Any) -> str: def serialize_data(data: Any) -> str:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment