You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tue, 23 Feb 2021 04:10:36 - Exception caught at bottom of try.
Traceback (most recent call last):
File "/home/greg/out/outMainDATA.py", line 400, in
mydb()
File "/home/greg/out/outMainDATA.py", line 233, in mydb
pressure,outTemp,outHumidity,extraHumid1,windSpeed,winddir,wdirStr,rain,rainRate,timeVal,windGust = datagrabber()
File "/home/greg/out/outMainDATA.py", line 101, in datagrabber
tips = tips + row[0]
TypeError: 'int' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Tue, 23 Feb 2021 04:10:36 - Exception caught at bottom of try.
Traceback (most recent call last):
File "/home/greg/out/outMainDATA.py", line 400, in
mydb()
File "/home/greg/out/outMainDATA.py", line 233, in mydb
pressure,outTemp,outHumidity,extraHumid1,windSpeed,winddir,wdirStr,rain,rainRate,timeVal,windGust = datagrabber()
File "/home/greg/out/outMainDATA.py", line 101, in datagrabber
tips = tips + row[0]
TypeError: 'int' object is not subscriptable
The text was updated successfully, but these errors were encountered: