We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc3dd6c + 36306a7 commit 49edcb8Copy full SHA for 49edcb8
Adafruit_DHT_Driver/Adafruit_DHT_googledocs.ex.py
@@ -32,7 +32,7 @@
32
try:
33
worksheet = gc.open(spreadsheet).sheet1
34
# Alternatively, open a spreadsheet using the spreadsheet's key
35
- # worksheet = gc.open_by_key('0BmgG6nO_6dprdS1MN3d3MkdPa142WFRrdnRRUWl1UFE')
+ # worksheet = gc.open_by_key('0BmgG6nO_6dprdS1MN3d3MkdPa142WFRrdnRRUWl1UFE').sheet1
36
except:
37
print "Unable to open the spreadsheet. Check your filename: %s" % spreadsheet
38
sys.exit()
0 commit comments