Skip to content

Commit

Permalink
Fix crash if plugins section is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
tspivey committed Nov 27, 2023
1 parent 771ff38 commit 341634e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdsr
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class State:
self.config['speech'] = {'process_symbols': 'false', 'key_echo': True, 'cursor_tracking': True,
"line_pause": True}
self.config['symbols'] = {}
self.config['plugins'] = {}
self.symbols_Re = None
self.copy_x = None
self.copy_y = None
Expand Down

0 comments on commit 341634e

Please sign in to comment.