Skip to content

Commit

Permalink
Update gita.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xditya authored Jan 25, 2021
1 parent 4b3148a commit c91c6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telebot/plugins/gita.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from telebot.telebotConfig import Var
from telebot.utils import admin_cmd

CLIENT_ID = Var.GITA_CLIENT_ID
CLIENT_SECRET = Var.GITA_CLIENT_SECRET
CLIENT_ID = Config.GITA_CLIENT_ID
CLIENT_SECRET = Config.GITA_CLIENT_SECRET
"""Get API crendentials from https://bhagavadgita.io."""


Expand Down

0 comments on commit c91c6dd

Please sign in to comment.