fixes-logs-imports
This commit is contained in:
@@ -7,6 +7,9 @@ from api import (
|
||||
get_chat,
|
||||
)
|
||||
from storage import Profile, storage
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
|
||||
async def update_button(chat_id, member_id, text="❤️"):
|
||||
|
Reference in New Issue
Block a user