diff --git a/protoboard.py b/protoboard.py index a0b74c4..e12aefb 100644 --- a/protoboard.py +++ b/protoboard.py @@ -56,7 +56,7 @@ def poll_and_display(): try: response = urllib2.urlopen(url) data = json.load(response) - message = data.get('sign') + message = data.get('vestaboard') if message and message != last_message: print "Updating sign with new message: " + message