We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd85f2 commit 1c8f230Copy full SHA for 1c8f230
robyn/__init__.py
@@ -88,7 +88,7 @@ def start(self, url="127.0.0.1", port=5000):
88
)
89
p.start()
90
91
- input("Press Cntrl + C to stop \n")
+ print("Press Ctrl + C to stop \n")
92
else:
93
event_handler = EventHandler(self.file_path)
94
event_handler.start_server_first_time()
0 commit comments