aboutsummaryrefslogtreecommitdiffstats
path: root/gg_scrapper.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-01-04 19:23:15 +0100
committerMatěj Cepl <mcepl@redhat.com>2014-01-04 19:37:08 +0100
commit9762529a9e4d90734b327770c18ebcc7e86b8879 (patch)
tree5b51750d32806c375a95e4635bd865b402544b5d /gg_scrapper.py
parent0f9f919c206711b767029d1aa59ae979bbb69d51 (diff)
downloadgg_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-xgg_scrapper.py2
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(