Skip to content

Commit 72a2c6e

Browse files
todo
1 parent a2ea8b3 commit 72a2c6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: main_menu/live_league/live_league.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323

2424
async def live_league(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int:
25+
#TODO add back and refresh reply keyboards
2526
buttons = []
2627

2728
response = requests.get(LEAGUE_GAMES_URL, params={"key": KEY})

0 commit comments

Comments
 (0)