Skip to content

Commit 515e3e2

Browse files
committed
cleaned up comments
1 parent e8ed2b2 commit 515e3e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forecast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import calendar
2121
import urllib, json
2222

23-
# API_KEY = "YOUR_API_KEY"
23+
API_KEY = "YOUR_API_KEY"
2424

2525
LAT = "40.726019"
2626
LONG = "-74.00536"

timetemp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from Adafruit_Thermal import *
1818
import Image, ImageDraw, time, urllib, json
1919

20-
# API_KEY = "YOUR_API_KEY"
20+
API_KEY = "YOUR_API_KEY"
2121

2222
LAT = "40.726019"
2323
LONG = "-74.00536"

0 commit comments

Comments
 (0)