Prefix output messages with appropriate emoji
This commit is contained in:
parent
8b8620864c
commit
a10cd805ae
8 changed files with 8 additions and 8 deletions
|
@ -18,4 +18,4 @@ with open('/opt/netbox/initializers/rack_roles.yml', 'r') as stream:
|
|||
rack_role, created = RackRole.objects.get_or_create(**params)
|
||||
|
||||
if created:
|
||||
print("Created rack role", rack_role.name)
|
||||
print("🎨 Created rack role", rack_role.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue