Skip to content

Commit 1156334

Browse files
committed
Replace file comment
1 parent 6432e7d commit 1156334

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

  • PyPortal_Halloween_Countdown

PyPortal_Halloween_Countdown/code.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
"""
2-
This example will figure out the current local time using the internet, and
3-
then draw out a countdown clock until an event occurs!
4-
Once the event is happening, a new graphic is shown
2+
PyPortal based countdown of days until Halloween.
3+
4+
Adafruit invests time and resources providing this open source code.
5+
Please support Adafruit and open source hardware by purchasing
6+
products from Adafruit!
7+
8+
Written by Dave Astels for Adafruit Industries
9+
Copyright (c) 2019 Adafruit Industries
10+
Licensed under the MIT license.
11+
12+
All text above must be included in any redistribution.
513
"""
614

715
#pylint:disable=invalid-name

0 commit comments

Comments
 (0)