Update main.c

This commit is contained in:
blueloveTH 2025-08-09 13:03:26 +08:00 committed by lightovernight
parent 222c72d1e8
commit 25c988e6a9

View File

@ -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) {