Skip to content

Commit

Permalink
Fix issue where you cannot restart logging. (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Slendi <[email protected]>
  • Loading branch information
slendidev authored Aug 19, 2023
1 parent 30d267d commit c71960e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nexus/GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def start_logging(self):

def stop_logging(self):
self.freqlog.stop_logging()
self.freqlog = None

def start_stop(self):
"""Controller for start/stop logging button"""
Expand Down

0 comments on commit c71960e

Please sign in to comment.