diff --git a/fishy/__init__.py b/fishy/__init__.py index 7527ba7..0c51c5b 100644 --- a/fishy/__init__.py +++ b/fishy/__init__.py @@ -1,2 +1,2 @@ from fishy.__main__ import main -__version__ = "0.4.5" +__version__ = "0.4.6" diff --git a/fishy/web/web.py b/fishy/web/web.py index 086eaf0..e714842 100644 --- a/fishy/web/web.py +++ b/fishy/web/web.py @@ -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,