I recently followed a tutorial on web scraping, and as part of that tutorial, I had to execute (?) the script I had written in my command line.Now that script runs every hour and I don't know how to stop it.
I want to stop the script from running. I have tried deleting the code, but the script still runs. What should I do?