Removed semicolons from python plugins

This commit is contained in:
James Booth
2013-09-20 00:30:26 +01:00
parent 040187a091
commit ccf9f7591a
3 changed files with 12 additions and 12 deletions

View File

@@ -94,4 +94,4 @@ def retrieve_scores_json():
f = urllib2.urlopen(req)
response = f.read()
f.close()
return json.loads(response);
return json.loads(response)