I added:
"weather_api_key":"",
"city":"",
"country_code":""
You can output print statements and errors to a file using:
"weather_api_key":"",
"city":"",
"country_code":""
You can output print statements and errors to a file using:
Code:
import oslogfile = open('log.txt','a')os.dupterm(logfile)Statistics: Posted by rpiMike — Fri Mar 07, 2025 6:22 pm