from sl3 import *

@TXFORMAT
def append_info(standard):
   """
   Appends data to a transmission message
   :param standard: the transmission message, formatted normally by the system
   :type standard: str
   :return: the modified transmission message
   :rtype: str
   """
   return standard + "Little Creek A21938"

