Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsShekhar committed Dec 10, 2023
1 parent ce93c4e commit bc6dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shivu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from telegram.ext import Application
from motor.motor_asyncio import AsyncIOMotorClient

from shivu import config *
from shivu.config import *

logging.basicConfig(
format="%(asctime)s - %(levelname)s - %(name)s - %(message)s",
Expand Down

0 comments on commit bc6dc5c

Please sign in to comment.