diff --git a/udp.py b/udp.py
index d54f55f170d490c456e266cb4ac40afeb3e01517..4751cbd22013c8110f55db73a70ab3171102379b 100644
--- a/udp.py
+++ b/udp.py
@@ -1,6 +1,8 @@
 import asyncio, websockets, json, base64, time
 from struct import pack
 
+#Ryan Morgan (20014885)
+
 def display_packet(message):
     #get parts of the header and the payload to display. Convert header parts to int and decode payload from bytes
     #get source port as int - identifies the sender's port