mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-01 10:38:27 +02:00
Allow multiple files in CLI syntax
This commit is contained in:
@@ -59,7 +59,7 @@ class DashboardSettings(object):
|
||||
self.password_digest = hmac.new(args.password).digest()
|
||||
else:
|
||||
self.password_digest = hmac.new(args.password.encode()).digest()
|
||||
self.config_dir = args.configuration
|
||||
self.config_dir = args.configuration[0]
|
||||
|
||||
@property
|
||||
def relative_url(self):
|
||||
|
||||
Reference in New Issue
Block a user