浏览代码

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?