renames some files

This commit is contained in:
SuperNovaa41 2023-06-15 20:10:23 -04:00
parent 5059ee8052
commit 32514783b7
3 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ void run_schedule_getter(std::string id)
file << id;
file.close();
FILE *fd = fopen("main.py", "r");
PyRun_SimpleFileEx(fd, "main.py", 1);
FILE *fd = fopen("get_schedule.py", "r");
PyRun_SimpleFileEx(fd, "get_schedule.py", 1);
Py_Finalize();
}

BIN
schedule

Binary file not shown.