From 25c988e6a993638c888914310c06ae5b5d18fe9b Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 9 Aug 2025 13:03:26 +0800 Subject: [PATCH] Update main.c --- src2/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src2/main.c b/src2/main.c index 28578514..3477c4c8 100644 --- a/src2/main.c +++ b/src2/main.c @@ -90,7 +90,7 @@ int main(int argc, char** argv) { } } else { if(profile) py_profiler_begin(); - if(debug) py_debugger_waitforattach("localhost", 6110); + if(debug) py_debugger_waitforattach("127.0.0.1", 6110); char* source = read_file(filename); if(source) {