mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
upgrade pydantic to 1.3
This commit is contained in:
@@ -67,7 +67,9 @@ try:
|
||||
commands = _commands.Commands.import_params(user_commands)
|
||||
elif not user_commands:
|
||||
commands = _commands.Commands()
|
||||
|
||||
|
||||
import json
|
||||
log.info(json.dumps(user_devices, indent=2))
|
||||
devices = _routers.Routers._import(user_devices.get("routers", dict()))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user