summaryrefslogtreecommitdiff
path: root/megahal_bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'megahal_bot.py')
-rw-r--r--megahal_bot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/megahal_bot.py b/megahal_bot.py
index 8f92961..9008db8 100644
--- a/megahal_bot.py
+++ b/megahal_bot.py
@@ -183,7 +183,7 @@ Argumente:
mh_python.initbrain()
- conn = pyPgSQL.PgSQL.connect(database=dbname)
+ conn = pyPgSQL.PgSQL.connect(database=dbname,user="yvesf",password="iii",host="10.2.2.13")
cur = conn.cursor()
print sql[sqlKey]
@@ -203,7 +203,7 @@ Argumente:
conn.close()
del messages
- logging.basicConfig(level=logging.DEBUG)
+ logging.basicConfig(level=logging.ERROR)
if local:
print "CTRL-C\n>>> ",
while True: