Skip to content

Commit 57575b8

Browse files
authored
Update sketch.js
1 parent eb58d1a commit 57575b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

044_afinn111SentimentAnalysis/P5/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var afinn;
77

88
function preload() {
9-
afinn = loadJSON('afinn111.json');
9+
afinn = loadJSON('afinn111-edited.json');
1010
}
1111

1212
function setup() {

0 commit comments

Comments
 (0)