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