kraanzu / smassh

Smassh your Keyboard, TUI Edition
GNU General Public License v3.0
1.41k stars 50 forks source link

Update Parser calls (Issue #41) #43

Closed JaceyMarvin99 closed 2 years ago

JaceyMarvin99 commented 2 years ago

Initialize Parser class only once to prevent other files from not being synchronized after a particular change to the config file. The config of all files will refer to MAIN_PARSER from Parser.py.

Fix Issue #41.

kraanzu commented 2 years ago

Wow i had that many unnecessary instances. Thanks for cleaning up the mess :) Does this fix #41?

JaceyMarvin99 commented 2 years ago

Does this fix https://github.com/kraanzu/termtyper/issues/41?

Yes, it works fine now. 😊

kraanzu commented 2 years ago

All right....gonna merge then :)