From 4f61bc4962784dabf65c9bb40a4ab604235019e5 Mon Sep 17 00:00:00 2001 From: yasir Date: Fri, 2 Dec 2022 21:56:20 +0700 Subject: [PATCH] fix --- misskaty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/__init__.py b/misskaty/__init__.py index e7c54e56..f1269f88 100644 --- a/misskaty/__init__.py +++ b/misskaty/__init__.py @@ -1,4 +1,4 @@ -from logging import basicConfig, FileHandler, StreamHandler +from logging import basicConfig, FileHandler, StreamHandler, INFO import time from pyrogram import Client from misskaty.vars import API_ID, API_HASH, BOT_TOKEN, USER_SESSION