Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
brarcher committed Nov 23, 2016
1 parent 2891ea6 commit d88bb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lettuce/django/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def run(self):
httpd_cls = WSGIServer

try:
s = connector.connect((self.address, self.port))
connector.connect((self.address, self.port))
self.lock.release()
os.kill(os.getpid(), 9)
except socket.error:
Expand Down

0 comments on commit d88bb87

Please sign in to comment.