Minor patch

This commit is contained in:
Miroslav Stampar
2019-07-30 20:31:22 +02:00
parent 1f644bd3ae
commit 9e8aec37c8
2 changed files with 2 additions and 2 deletions

View File

@@ -1137,7 +1137,7 @@ def getTechnique():
Thread-safe getting of currently used technique
"""
return getCurrentThreadData().technique or kb.technique
return getCurrentThreadData().technique or kb.get("technique")
def randomRange(start=0, stop=1000, seed=None):
"""