Commit 82fb154f authored by Matt Traudt's avatar Matt Traudt Committed by Matt Traudt
Browse files

Fix a comment

parent fae0e52a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ def authenticate_scanner(sock, conf_section):

def authenticate_to_server(sock, pw):
    '''
    Use this on the server side to send bytes to the server and properly
    Use this on the scanner side to send bytes to the server and properly
    authenticate to them.

    :param socket.socket sock: The open and blocking socket to use to