1
0

fix: IDK
All checks were successful
Remote Deploy / deploy (push) Successful in 4s

This commit is contained in:
2025-08-31 16:42:01 +02:00
parent c01a64c5b0
commit 1a29836e44

View File

@@ -1,6 +1,8 @@
const cheerio = require("cheerio");
const fetch = require("node-fetch");
globalThis.File = class File {};
async function parseTeachers() {
const url = "https://spsejecna.cz/ucitel";
const response = await fetch(url);