Skip to content

Commit

Permalink
Merge pull request #219 from idoneam/dev
Browse files Browse the repository at this point in the history
Release v1.0.1: Fix subscribers cog, update YAPF
  • Loading branch information
davidlougheed authored Nov 29, 2019
2 parents eadc81d + 81f874e commit a47b4a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ feedparser = "*"
python_version = "3.6"

[dev-packages]
yapf = "==0.28.0"
yapf = "==0.29.0"
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cogs/subscribers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"5": ["Normal métro service", 33738]
} # Blue Line

os.mkdir('./pickles', exist_ok=True)
os.makedirs('./pickles', exist_ok=True)


class Subscribers(commands.Cog):
Expand Down

0 comments on commit a47b4a1

Please sign in to comment.