summaryrefslogtreecommitdiff
path: root/modules/anidb.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/anidb.py')
-rw-r--r--modules/anidb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/anidb.py b/modules/anidb.py
index 3c8302e..fbc9e11 100644
--- a/modules/anidb.py
+++ b/modules/anidb.py
@@ -20,7 +20,7 @@ for option in ('username', 'password'):
class Module:
def __init__(self, bot):
self.irc = bot
- self.db = PgSQL.connect(database = 'fot', host = 'komachi.')
+ self.db = PgSQL.connect(database = 'fot')
self.irc.register_keyword('!anidb', self)
def get_aid(self, msg, short = False):