Update main.c

This commit is contained in:
blueloveTH 2025-08-09 13:03:26 +08:00
parent b7198b9466
commit f2b2dedd1f

View File

@ -91,7 +91,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) {