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, 0 insertions, 1 deletions
diff --git a/megahal_bot.py b/megahal_bot.py
index 48b8250..6b0c7e9 100644
--- a/megahal_bot.py
+++ b/megahal_bot.py
@@ -56,7 +56,6 @@ if __name__ == "__main__":
colors = {"default":0, "black":30, "red":31, "green":32, "yellow":33,
"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")