Prefix output messages with appropriate emoji

This commit is contained in:
Aleksandar Radunovic 2018-10-30 10:51:43 +01:00
parent 8b8620864c
commit a10cd805ae
8 changed files with 8 additions and 8 deletions

View file

@ -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)