Compare commits
2 Commits
9938011b35
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 38af4b3c7c | |||
| ae83f8e562 |
@@ -150,3 +150,5 @@ out.*
|
||||
*.csv
|
||||
*.txt
|
||||
*.json
|
||||
|
||||
.aider*
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user