Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
matt852 committed Jul 15, 2021
1 parent a1b9b8b commit ddbe66c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file modified nautobot_plugin_chatops_panorama/img/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions nautobot_plugin_chatops_panorama/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ def get_version(dispatcher):


@subcommand_of("panorama")
def get_image(dispatcher, **kwargs):
"""When you want to tell Panorama how much you love it."""
dispatcher.send_image("nautobot_plugin_chatops_panorama/img/image.jpg")
def the_best(dispatcher, **kwargs):
"""Who is the best?"""
dispatcher.send_image("/source/nautobot_plugin_chatops_panorama/img/image.png")
return CommandStatusChoices.STATUS_SUCCEEDED


Expand Down

0 comments on commit ddbe66c

Please sign in to comment.