diff --git a/src/start.py b/src/start.py index 07caaa2..f06be2b 100644 --- a/src/start.py +++ b/src/start.py @@ -69,4 +69,4 @@ def kill_process_by_port(port): if __name__ == '__main__': kill_process_by_port(12396) - # start() \ No newline at end of file + start() \ No newline at end of file