From: Andrew Engelbrecht <andrew@localhost.localdomain>
Date: Sat, 18 Jul 2015 22:18:49 +0000 (-0400)
Subject: fixed a potential bug
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f31ffe2fdf82a2cd339aa851d3d388811200bb86;p=edward.git

fixed a potential bug

this should be set as a flag.
---

diff --git a/edward-bot b/edward-bot
index 634c3de..cc352bc 100755
--- a/edward-bot
+++ b/edward-bot
@@ -173,7 +173,7 @@ def split_message (text):
             '.*' + \
             '-----END PGP MESSAGE-----)', \
             text, \
-            re.DOTALL)
+            flags=re.DOTALL)
 
     if gpg_matches != None:
         gpg_chunks = gpg_matches.groups()