From 441ab4b3e782e9398f66914135cea86bb793698a Mon Sep 17 00:00:00 2001 From: adpham95 <32873177+adpham95@users.noreply.github.com> Date: Mon, 4 Dec 2017 10:43:53 -0500 Subject: [PATCH] rebuild --- walkoff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/walkoff.py b/walkoff.py index 4a5d5d949..c9ba0c1c0 100644 --- a/walkoff.py +++ b/walkoff.py @@ -40,6 +40,7 @@ def run(host, port): print_banner() pids = spawn_worker_processes() monkey.patch_all() + from compose_api import compose_api compose_api()