فهرست منبع

No ticket. Beeswax server should not comment out reading Hue http port.

Aaron T. Myers 15 سال پیش
والد
کامیت
25ffeaba67
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      apps/beeswax/src/beeswax/management/commands/beeswax_server.py

+ 1 - 2
apps/beeswax/src/beeswax/management/commands/beeswax_server.py

@@ -52,8 +52,7 @@ class Command(NoArgsCommand):
       '--desktop-host',
       str(dt_host),
       '--desktop-port',
-      "8000",
-      #str(desktop.conf.HTTP_PORT.get()),
+      str(desktop.conf.HTTP_PORT.get()),
     ]
 
     # Running on HTTPS?