Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Add param to documentation, removed extra linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Aug 5, 2016
1 parent f47a438 commit 960a8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weatherBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def load_config(path):

def initialize_logger(log_enabled, log_pathname):
"""
:param log_enabled: boolean determining whether or not to write a log file
:param log_pathname: string containing the full path of where to write the log
"""
logger = logging.getLogger()
Expand Down Expand Up @@ -409,4 +410,3 @@ def main(path):
exit()
else:
main(sys.argv[1])

0 comments on commit 960a8ce

Please sign in to comment.