aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/client.py b/python/client.py
index b89a717a..cf143c93 100644
--- a/python/client.py
+++ b/python/client.py
@@ -14,7 +14,7 @@ def run():
q = redis.Redis(host='ziggy')
os.environ['OMP_NUM_THREADS'] = '4'
if hostname == 'debian':
- os.envirion['OMP_NUM_THREADS'] = '8'
+ os.environ['OMP_NUM_THREADS'] = '8'
elif hostname == 'ziggy':
q = redis.Redis(unix_socket_path='/run/redis/redis.sock')
os.environ['OMP_NUM_THREADS'] = '8'