diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 14:01:18 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 67754dc5366976b0f4300af2d1798baa81423df5 (patch) | |
tree | ea7d78652e52e8e347f1976c4b2777cd6565462f /lib/lsg_irc/txt_plugin | |
parent | Nola rename cont. pt. 2. Refs T77. (diff) |
Nola rename, cont. pt. 3. Refs T77.
`s/:lsg/:nola/g`
Diffstat (limited to 'lib/lsg_irc/txt_plugin')
-rw-r--r-- | lib/lsg_irc/txt_plugin/markov_py_markovify.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsg_irc/txt_plugin/markov_py_markovify.ex b/lib/lsg_irc/txt_plugin/markov_py_markovify.ex index cda7853..b610ea8 100644 --- a/lib/lsg_irc/txt_plugin/markov_py_markovify.ex +++ b/lib/lsg_irc/txt_plugin/markov_py_markovify.ex @@ -27,8 +27,8 @@ defmodule Nola.IRC.TxtPlugin.MarkovPyMarkovify do end defp script() do - default_script = to_string(:code.priv_dir(:lsg)) <> "/irc/txt/markovify.py" - env = Application.get_env(:lsg, Nola.IRC.TxtPlugin, []) + default_script = to_string(:code.priv_dir(:nola)) <> "/irc/txt/markovify.py" + env = Application.get_env(:nola, Nola.IRC.TxtPlugin, []) |> Keyword.get(:py_markovify, []) {Keyword.get(env, :python, "python3"), Keyword.get(env, :script, default_script)} |