some help as I work thorugh weather.py

Submitting for some help on the weather.py file. It is not printing the
help for me nor letting me input a location with -h or -l as I mentioned
on Discord.
This commit is contained in:
Chris Mekelburg
2024-10-20 19:48:33 -04:00
parent 0a4b79f4c2
commit bd5373efd9
2 changed files with 19 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
# You don't need to do anything with thie file.
from argparse import ArgumentParser
from weather.weather import print_weather
from weather import print_weather
def weather_cli():
"""Provides a command-line interface for weather.