Comment out google client
This commit is contained in:
parent
f40f077270
commit
8d8711b586
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -40,7 +40,7 @@ class Bot():
|
|||
self.session = session
|
||||
self.name = name
|
||||
|
||||
self.google = GoogleClient()
|
||||
# self.google = GoogleClient()
|
||||
|
||||
self.commands = {
|
||||
# "import": self._import,
|
||||
|
|
Loading…
Add table
Reference in a new issue