sample match-case

This commit is contained in:
d0c 2023-01-20 16:47:00 +01:00
parent 1e8f05304a
commit 6c3ce23e0e

View file

@ -25,6 +25,9 @@ class Command(BaseCommand):
data = yaml.safe_load(stream)
dev = Device()
for key, value in data.items():
#match caso:
# case dict():
# print('dict')
if key == "bluetooth":
# get() returned more than one Bluetooth -- it returned 2!
bt = Bluetooth.objects.filter(**value)