Compare commits
2 Commits
9938011b35
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 38af4b3c7c | |||
| ae83f8e562 |
@@ -150,3 +150,5 @@ out.*
|
|||||||
*.csv
|
*.csv
|
||||||
*.txt
|
*.txt
|
||||||
*.json
|
*.json
|
||||||
|
|
||||||
|
.aider*
|
||||||
|
|||||||
+1
-1
@@ -56,7 +56,7 @@ def poll_and_display():
|
|||||||
try:
|
try:
|
||||||
response = urllib2.urlopen(url)
|
response = urllib2.urlopen(url)
|
||||||
data = json.load(response)
|
data = json.load(response)
|
||||||
message = data.get('vestboard')
|
message = data.get('vestaboard')
|
||||||
|
|
||||||
if message and message != last_message:
|
if message and message != last_message:
|
||||||
print "Updating sign with new message: " + message
|
print "Updating sign with new message: " + message
|
||||||
|
|||||||
Reference in New Issue
Block a user