diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-24 18:34:54 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-24 19:50:22 -0700 |
| commit | e5c3058a64ae6e27d2bd323a18f02c26df1cdfdf (patch) | |
| tree | f1085845632f39c091ee54efddafa6e452b9dc61 /client/modules/Unclear.py | |
| parent | f49c96dcd06eced0bf468543324a76544b73ab74 (diff) | |
| download | jasper-client-e5c3058a64ae6e27d2bd323a18f02c26df1cdfdf.tar.gz jasper-client-e5c3058a64ae6e27d2bd323a18f02c26df1cdfdf.zip | |
dynamic module loading with priorities
Diffstat (limited to 'client/modules/Unclear.py')
| -rw-r--r-- | client/modules/Unclear.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/modules/Unclear.py b/client/modules/Unclear.py index 39f56d0..23ab2ed 100644 --- a/client/modules/Unclear.py +++ b/client/modules/Unclear.py @@ -1,7 +1,10 @@ +from sys import maxint import random WORDS = [] +PRIORITY = -(maxint + 1) + def handle(text, mic, profile): """ |
