Skip to content

Commit

Permalink
fix: better tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Mar 28, 2024
1 parent e1faf9c commit 84ac752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/clan/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def send_reminder(acceptable_times: list[tuple], time: str, war_unique_id: str,
asyncio.get_event_loop().call_later((future_time - pend.now(tz=pend.UTC)).total_seconds(), send_reminder, acceptable_times, r_time, war_unique_id, clan_tag, producer)

json_data = {
"type" : "reminder",
"type" : "war",
"clan_tag" : clan_tag,
"time" : time,
"data" : war_data
Expand Down

0 comments on commit 84ac752

Please sign in to comment.