Update README.md

This commit is contained in:
Martin Cech 2015-07-13 16:12:33 +02:00
parent 7c42b402e2
commit 933f6075f4

View File

@ -7,7 +7,7 @@ Originally collected to filter new user registration at https://usegalaxy.org an
Example Usage
=============
Python
Python (thanks to @txt3rob)
```Python
blacklist = ('disposable_email_blacklist.conf')
blacklist_content = [line.rstrip() for line in blacklist.readlines()]