From: Thomas Duval Date: Fri, 5 Jan 2018 13:07:10 +0000 (+0100) Subject: Fix a bug in Wrapper X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F50113%2F1;p=moon.git Fix a bug in Wrapper Change-Id: I9ac5148002edc0c04c3a498891545f1d0dae7000 --- 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', ], }