Update loggy.py
diff --git a/loggy.py b/loggy.py
index 2fdf7e0..5ab07d7 100644
--- a/loggy.py
+++ b/loggy.py
@@ -402,6 +402,7 @@
 
 
 def whoami():
+    """Returns the FQDN of the box the program runs on"""
     try:
         # Get local hostname (what you see in the terminal)
         local_hostname = socket.gethostname()