summaryrefslogtreecommitdiff
path: root/megahal_bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'megahal_bot.py')
-rw-r--r--megahal_bot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/megahal_bot.py b/megahal_bot.py
index e2a9f8c..b9a6f6d 100644
--- a/megahal_bot.py
+++ b/megahal_bot.py
@@ -57,6 +57,7 @@ if __name__ == "__main__":
"blue":34,"magenta":35, "cyan":36, "white":37, "black":38, "black":39}
mh_python.initbrain()
+ conn = pyPgSQL.PgSQL.connect("")
cur = conn.cursor()
cur.execute("SELECT message FROM omegle_messages")
messages = cur.fetchall()