Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
free-jjcaine committed Mar 9, 2015
1 parent 59d08df commit 1fb6004
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.idea
html/*
*.pyc
*.pyc
6 changes: 3 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import urllib2
from difflib import SequenceMatcher

URL = ''
THRESHOLD = 0
EMAIL = ''
URL = 'http://espn.com'
THRESHOLD = 1.0 # on a scale of 0 to 1
EMAIL = '[email protected]'

BASEDIR = os.getcwd()
HTML_PATH = 'html'
Expand Down

0 comments on commit 1fb6004

Please sign in to comment.