May 2018
Beginner to intermediate
452 pages
11h 26m
English
The Application object now needs to connect the weather download method from network.py to the database method in SQLModel with an appropriate callback method that the main menu classes can call. Follow these steps:
def update_weather_data(self):
try:
weather_data = n.get_local_weather(
self.settings['weather_station'].get())