mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix incorrect dev_mode message
This commit is contained in:
@@ -174,9 +174,9 @@ def build_ui():
|
||||
status("Starting new UI build...")
|
||||
|
||||
if params.developer_mode:
|
||||
dev_mode = "production"
|
||||
else:
|
||||
dev_mode = "development"
|
||||
else:
|
||||
dev_mode = "production"
|
||||
|
||||
try:
|
||||
build_success = aiorun(
|
||||
|
Reference in New Issue
Block a user