Compare commits

..

1 Commits

Author SHA1 Message Date
Tanner 9938011b35 Pull data from stats API vestaboard 2025-10-06 01:23:49 +01:00
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -150,5 +150,3 @@ out.*
*.csv
*.txt
*.json
.aider*
+1 -1
View File
@@ -56,7 +56,7 @@ def poll_and_display():
try:
response = urllib2.urlopen(url)
data = json.load(response)
message = data.get('vestaboard')
message = data.get('vestboard')
if message and message != last_message:
print "Updating sign with new message: " + message