diff options
author | Matěj Cepl <mcepl@redhat.com> | 2014-01-04 19:23:15 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2014-01-04 19:37:08 +0100 |
commit | 9762529a9e4d90734b327770c18ebcc7e86b8879 (patch) | |
tree | 5b51750d32806c375a95e4635bd865b402544b5d /gg_scrapper.py | |
parent | 0f9f919c206711b767029d1aa59ae979bbb69d51 (diff) | |
download | gg_scraper-9762529a9e4d90734b327770c18ebcc7e86b8879.tar.gz |
Update pip install in .travis.yml
Supporting 2.6 would be too difficult ... patches welcome!
Diffstat (limited to 'gg_scrapper.py')
-rwxr-xr-x | gg_scrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gg_scrapper.py b/gg_scrapper.py index 40a255e..8ba5e2e 100755 --- a/gg_scrapper.py +++ b/gg_scrapper.py @@ -41,7 +41,7 @@ except ImportError: from bs4 import BeautifulSoup import logging logging.basicConfig(format='%(levelname)s:%(funcName)s:%(message)s', - level=logging.DEBUG) + level=logging.INFO) ADDR_SEC_LABEL = 'addresses' MANGLED_ADDR_RE = re.compile( |