team-3/src/c3nav/control/views/utils.py

3 lines
88 B
Python
Raw Normal View History

def get_mesh_comm_group(address):
return 'mesh_comm_%s' % address.replace(':', '-')