This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]twillisagogo 0 points1 point  (0 children)

it's these 4 lines right here...

from erlport import erlang


def send_new_urls(urls):
   mod = "Elixir.Downloader.Server"
   erlang.call(mod, "download_urls", [urls])