Talk:Run Function

Latest comment: 1 year ago by Geno (WMF) in topic Small error in the Python code

Small error in the Python code

Hi @Geno (WMF),
I noticed a small error in the Python code: The third to last line reads response = requests.get(url, params.params), but it should be response = requests.get(url, params), if I'm not mistaken. I would have fixed it myself, but unfortunately I don't have the permission to edit this page. --Volvox (talk) 20:29, 19 May 2024 (UTC)Reply

Ah, you are right! Thanks a lot for noticing. I have fixed the error. Geno (WMF) (talk) 08:42, 22 May 2024 (UTC)Reply