aboutsummaryrefslogtreecommitdiff
path: root/dependencies/nDPIsrvd.py
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies/nDPIsrvd.py')
-rw-r--r--dependencies/nDPIsrvd.py4
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: