Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imran2mna authored Jan 22, 2017
1 parent 8387c25 commit 6662471
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ def run(self):
while True:
thread.start_new_thread(handler.process_request, (server_socket.accept(), self))


server = HTTPServer('127.0.0.1', 8080, '/home/imran/Desktop/')
server.start()

0 comments on commit 6662471

Please sign in to comment.