From 7deff7d42493a92360da3c42eef65af147a5cac2 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Fri, 5 Jan 2018 14:07:10 +0100 Subject: Fix a bug in Wrapper Change-Id: I9ac5148002edc0c04c3a498891545f1d0dae7000 --- moon_wrapper/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moon_wrapper/setup.py b/moon_wrapper/setup.py index 6aaa343f..b6190c80 100644 --- a/moon_wrapper/setup.py +++ b/moon_wrapper/setup.py @@ -40,7 +40,7 @@ setup( entry_points={ 'console_scripts': [ - 'moon_wrapper = moon_wrapper.server:main', + 'moon_wrapper = moon_wrapper.server:run', ], } -- cgit 1.2.3-korg