Skip to content

Commit

Permalink
Testing: Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
CSSFrancis committed Sep 6, 2024
1 parent 389b861 commit 4925ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deapi/simulated_server/initialize_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main(port=13240):
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as server_socket:
server_socket.bind((HOST, PORT))
server_socket.listen()
sys.stderr.write("Server started.... \n\n")
sys.stderr.write("started .... \n\n")
sys.stderr.flush()
sys.stderr.write(
"Waiting for a Connection to: \n"
Expand Down

0 comments on commit 4925ab8

Please sign in to comment.