Compare commits

...

2 Commits

Author SHA1 Message Date
Tanner 38af4b3c7c Ignore aider 2026-06-13 16:30:19 -06:00
Tanner ae83f8e562 Pull data from stats API vestaboard 2025-10-06 01:25:21 +01:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -150,3 +150,5 @@ 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('sign')
message = data.get('vestaboard')
if message and message != last_message:
print "Updating sign with new message: " + message