MIF_E31232465/run_scraper_loop.py

4 lines
63 B
Python

from crawler import main
if __name__ == "__main__":
main()