Skip to content

Commit eea9c47

Browse files
authored
fix import issue
1 parent 1080403 commit eea9c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bhalu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
from dotenv import load_dotenv
88
from Initializers.BotInitializer import BotInitializer
9-
from keep_alive import keep_alive
9+
from .KeepAlive import keep_alive
1010

1111
class BhaluBot:
1212
"""

0 commit comments

Comments
 (0)