Преглед изворни кода

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?