]> git.cworth.org Git - turbot/commit
Fix call to find_hunt_for_hunt_id
authorCarl Worth <cworth@cworth.org>
Mon, 11 Jan 2021 17:58:12 +0000 (09:58 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 11 Jan 2021 18:00:48 +0000 (10:00 -0800)
commit0bab5b46f6a9d98b2e7f1c8b14eda73569d8e4b9
tree4938143be8b6b0ef192d03f37b0635ea6ade99e0
parent4f902f0849ca59389d2e9f08bc015e3eb9c63164
Fix call to find_hunt_for_hunt_id

It takes two parameters, not one, (was missing "turb" argument).

This should fix the edit_hunt button (the pencil) which was erroring
out while this bug was present.
turbot/interaction.py