fix missing docstrings

workspace
Brendan Howell 4 years ago
parent 5bb02cf2a3
commit 33e3716ed7

@ -133,6 +133,10 @@ class InhumanResources(Bureau):
@add_command("getmyip", "Print Office IP Address")
def print_my_ip(self):
"""
Print out the current network address of the office. Useful for
necessary screen-based maintainance tasks.
"""
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
sock.connect(("8.8.8.8", 80))
self.print_small("This Screenless Office currently resides at:\r\n" +

Loading…
Cancel
Save