Skip to content

Commit

Permalink
add syspath append to CLI work
Browse files Browse the repository at this point in the history
  • Loading branch information
Otoru committed Aug 2, 2020
1 parent 82df45e commit 3e97856
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jaspion/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def runserver(host, port, password, debug):
mod = importlib.import_module(module)
result = getattr(mod, sketch)


if debug:
click.echo(click.style(f"Listner: {result}", fg="blue"))

Expand Down

0 comments on commit 3e97856

Please sign in to comment.