changed main docstring
This commit is contained in:
parent
2ecb916a2f
commit
944d34e3a5
2
main.py
2
main.py
@ -182,7 +182,7 @@ def process_months(months, monthly_events, year):
|
||||
@click.option('--year', "-y", type=int, default=date.today().year, help='Specify the year.')
|
||||
@click.argument('filename', default="calendar.csv", required=False)
|
||||
def main(debug, year, filename):
|
||||
"""create csv file"""
|
||||
"""Create a .csv file of church events for the year. Modify events.py to change events"""
|
||||
global DEBUG
|
||||
DEBUG = debug
|
||||
months = initalize_year(year)
|
||||
|
Loading…
Reference in New Issue
Block a user