diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2017-03-30 22:03:53 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2017-03-30 22:03:53 +0300 |
| commit | 73e93d043705966f4ccd835e49a91b11987fd9bf (patch) | |
| tree | 27922b3027904f25902fd4ab8e8bb3eb543d325d /server.py | |
| parent | b3ade7d924fff95a6e0e6b010d5ed783b51f435f (diff) | |
Fix variable name
Diffstat (limited to 'server.py')
| -rwxr-xr-x | server.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ def keep_connection(conn, addr, connections): continue command, username, body = data_tuple - do_command(command, username, body, broadcast_fun, sender) + do_command(command, username, body, broadcast_fun, conn) conn.close() connections.remove(conn) |
