🚚 rename variable for easier understanding

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-01-08 14:21:44 +01:00
parent a175b09ff8
commit 23520a5ac1
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -69,7 +69,7 @@ def fetch_all_info(url):
return signatur
studenterspor_url = "https://www.studenterspor.no/ajax_handler.php"
urls = fetch_question_url(studenterspor_url)
question_urls = fetch_question_url(studenterspor_url)
for url in urls:
for url in question_urls:
print(fetch_all_info(url))