diff --git a/main.py b/get_schedule.py similarity index 100% rename from main.py rename to get_schedule.py diff --git a/main.cpp b/main.cpp index 3a1c5ee..237781b 100644 --- a/main.cpp +++ b/main.cpp @@ -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(); } diff --git a/schedule b/schedule index 25522d0..df4b20f 100755 Binary files a/schedule and b/schedule differ