import re in database.py for removing blocked follow on load
authorTristan Mahé <gled@remote-shell.net>
Wed, 31 Oct 2018 19:53:25 +0000 (12:53 -0700)
committerTristan Mahé <gled@remote-shell.net>
Wed, 31 Oct 2018 19:53:25 +0000 (12:53 -0700)
relay/database.py

index b60f9bb..444d4b8 100644 (file)
@@ -1,5 +1,6 @@
 import asyncio
 import logging
+import re
 import simplejson as json