Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhhu authored Dec 5, 2020
1 parent ddabac1 commit 51af897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from userbot import bot
from userbot.utils import load_module, start_assistant
from var import *
from var import Var, Hehe

LOAD_USERBOT = os.environ.get("LOAD_USERBOT", True)
LOAD_ASSISTANT = os.environ.get("LOAD_ASSISTANT", True)
Expand Down

0 comments on commit 51af897

Please sign in to comment.