Skip to content

Commit 1c8f230

Browse files
committed
Use print instead of input after starting server
1 parent 8cd85f2 commit 1c8f230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robyn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def start(self, url="127.0.0.1", port=5000):
8888
)
8989
p.start()
9090

91-
input("Press Cntrl + C to stop \n")
91+
print("Press Ctrl + C to stop \n")
9292
else:
9393
event_handler = EventHandler(self.file_path)
9494
event_handler.start_server_first_time()

0 commit comments

Comments
 (0)