Skip to content

Commit

Permalink
intermidiate fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zmm committed Sep 15, 2023
1 parent db03d6f commit 5854b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from env_config import (DEBUG_MODE, DIALOG_MODE,
TEXT_MODE, VOICE_MODE, DEBUG_ON, DEBUG_OFF)

from db import get_user_mode

def dialog(update: Update, text: str, reply_markup=None) -> None:
mode = get_user_mode(update.effective_user)
Expand Down

0 comments on commit 5854b12

Please sign in to comment.