Skip to content

Commit

Permalink
server runing for ever
Browse files Browse the repository at this point in the history
  • Loading branch information
KORFITZ1DEV committed Nov 20, 2023
1 parent dc419a8 commit ff7b92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def do_POST(self):
if __name__ == '__main__':
with HTTPServer(('', 8000), PreProcessingHandler) as server:
print("Hosting server on 0.0.0.0:8000")
server.serve_forever()
# server.serve_forever()

0 comments on commit ff7b92c

Please sign in to comment.