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

Commit

Permalink
Merge 2f47e5f into 56c699d
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMitchL committed Oct 3, 2019
2 parents 56c699d + 2f47e5f commit a5a3ae3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
@@ -1,5 +1,5 @@
testfixtures>=6.10.0,<7
invoke>=1.3.0,<2
pylint>=2.3.1,<3
yamllint>=1.17.0,<2
pylint==2.4.2
yamllint==1.17.0
coverage>=4.5.4,<5
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,4 +1,4 @@
tweepy==3.8.0
python-forecastio>=1.4.0,<2
python-forecastio==1.4.0
pytz>=2019.2
PyYAML>=5.1.2,<6
PyYAML==5.1.2
2 changes: 1 addition & 1 deletion weatherBot.py
Expand Up @@ -399,7 +399,7 @@ def main(path):
except yaml.YAMLError as err:
logging.error(err, exc_info=True)
logging.error('Could not read YAML file, please correct, run yamllint, and try again.')
exit()
sys.exit()

location = CONFIG['default_location']
updated_time = utils.datetime_to_utc('UTC', datetime.utcnow()) - timedelta(minutes=30)
Expand Down

0 comments on commit a5a3ae3

Please sign in to comment.