From 7ec763106d410c04b525bdb12a3950198dfb04d3 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 27 Aug 2013 15:25:54 -0500 Subject: [PATCH] Added accelerate_port to plays, and made it configurable --- utilities/fireball2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/fireball2 b/utilities/fireball2 index 3df2ebb5cd9..0e11dbfe4bc 100644 --- a/utilities/fireball2 +++ b/utilities/fireball2 @@ -299,7 +299,7 @@ def main(): ) password = base64.b64decode(module.params['password']) - port = module.params['port'] + port = int(module.params['port']) minutes = int(module.params['minutes']) if not HAS_KEYCZAR: