From 0e90c69fd465a0a4f71f7435a7c885dca4cb75eb Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 17 Apr 2014 16:04:39 -0500 Subject: [PATCH] watch_tube() belongs to the beanstalk module Signed-off-by: Zack Cerza --- teuthology/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/worker.py b/teuthology/worker.py index 97ef40d10b..52337c4504 100644 --- a/teuthology/worker.py +++ b/teuthology/worker.py @@ -144,7 +144,7 @@ def main(ctx): read_config(ctx) connection = beanstalk.connect() - connection.watch_tube(ctx.tube) + beanstalk.watch_tube(connection, ctx.tube) while True: if need_restart(): -- 2.39.5