diff options
Diffstat (limited to 'dependencies/nDPIsrvd.py')
-rw-r--r-- | dependencies/nDPIsrvd.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dependencies/nDPIsrvd.py b/dependencies/nDPIsrvd.py index 23bd86257..4dab9318f 100644 --- a/dependencies/nDPIsrvd.py +++ b/dependencies/nDPIsrvd.py @@ -64,6 +64,10 @@ class TermColor: USE_COLORAMA = False @staticmethod + def disableBlink(): + TermColor.BLINK = '' + + @staticmethod def calcColorHash(string): h = 0 for char in string: |