Implemented a working word and char counter that runs in the background at regular intervals.

This commit is contained in:
Veronica K. B. Olsen
2019-04-22 14:15:28 +02:00
parent 7c2eff8b9b
commit 03d1cee2b3
3 changed files with 127 additions and 65 deletions
+1
View File
@@ -66,6 +66,7 @@ class Config:
self.doReplaceDash = True
self.doReplaceDots = True
self.replaceQuotes = ["",""]
self.wordCountTimer = 5.0
# Check if config file exists
if path.isfile(path.join(self.confPath,self.confFile)):