Comment out google client

This commit is contained in:
moyamo 2015-06-21 13:40:15 +02:00
parent f40f077270
commit 8d8711b586
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -40,7 +40,7 @@ class Bot():
self.session = session
self.name = name
self.google = GoogleClient()
# self.google = GoogleClient()
self.commands = {
# "import": self._import,