mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 00:04:46 +02:00
Prefix output messages with appropriate emoji
This commit is contained in:
@ -19,4 +19,4 @@ with open('/opt/netbox/initializers/device_roles.yml', 'r') as stream:
|
||||
device_role, created = DeviceRole.objects.get_or_create(**params)
|
||||
|
||||
if created:
|
||||
print("Created device role", device_role.name)
|
||||
print("🎨 Created device role", device_role.name)
|
||||
|
Reference in New Issue
Block a user