mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
not sending fishy hole data hotfix
This commit is contained in:
parent
7f316f6fa6
commit
a4208e2ef7
@ -1,2 +1,2 @@
|
||||
from fishy.__main__ import main
|
||||
__version__ = "0.4.5"
|
||||
__version__ = "0.4.6"
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user