Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

fixed DHT Google docs open_by_key #39

Merged
merged 1 commit into from
Jun 10, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Adafruit_DHT_Driver/Adafruit_DHT_googledocs.ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
try:
worksheet = gc.open(spreadsheet).sheet1
# Alternatively, open a spreadsheet using the spreadsheet's key
# worksheet = gc.open_by_key('0BmgG6nO_6dprdS1MN3d3MkdPa142WFRrdnRRUWl1UFE')
# worksheet = gc.open_by_key('0BmgG6nO_6dprdS1MN3d3MkdPa142WFRrdnRRUWl1UFE').sheet1
except:
print "Unable to open the spreadsheet. Check your filename: %s" % spreadsheet
sys.exit()
Expand Down