Forráskód Böngészése

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

Aaron T. Myers 15 éve
szülő
commit
25ffeaba67

+ 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?