Fix a bug in Wrapper 13/50113/1
authorThomas Duval <thomas.duval@orange.com>
Fri, 5 Jan 2018 13:07:10 +0000 (14:07 +0100)
committerThomas Duval <thomas.duval@orange.com>
Fri, 5 Jan 2018 13:07:10 +0000 (14:07 +0100)
Change-Id: I9ac5148002edc0c04c3a498891545f1d0dae7000

moon_wrapper/setup.py

index 6aaa343..b6190c8 100644 (file)
@@ -40,7 +40,7 @@ setup(
 
     entry_points={
         'console_scripts': [
-            'moon_wrapper = moon_wrapper.server:main',
+            'moon_wrapper = moon_wrapper.server:run',
         ],
     }