not sending fishy hole data hotfix

This commit is contained in:
Adam Saudagar 2021-04-17 12:02:45 +05:30
parent 7f316f6fa6
commit a4208e2ef7
2 changed files with 1 additions and 4 deletions

View File

@ -1,2 +1,2 @@
from fishy.__main__ import main
__version__ = "0.4.5"
__version__ = "0.4.6"

View File

@ -63,9 +63,6 @@ def send_notification(message):
@uses_session
@fallback(None)
def send_hole_deplete(fish_caught, hole_time, fish_times):
if not is_subbed()[0]:
return False
hole_data = {
"fish_caught": fish_caught,
"hole_time": hole_time,