elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.
https://hexdocs.pm/crawly
Apache License 2.0
976 stars 115 forks source link

Changed the config use Mix.Config to import Config #218

Closed nuno84 closed 2 years ago

nuno84 commented 2 years ago

I just changed the use Mix.Config to import Config as stated by the compiler warnings. Tests are passing.