1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Fix to cricket plugin

This commit is contained in:
James Booth 2013-08-04 20:58:43 +01:00
parent f17dc5b4ca
commit b0e423cc0d

View File

@ -21,7 +21,7 @@ def get_scores():
notify = None
new_summary = None
change = True
change = False
req = urllib2.Request(score_url, None, {'Content-Type': 'application/json'})
f = urllib2.urlopen(req)