Skip to content

Commit

Permalink
Fixed storage location
Browse files Browse the repository at this point in the history
Forgot to change the storage location in the run module
  • Loading branch information
Philip Hansen committed Mar 28, 2016
1 parent d3b96c9 commit f95affe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lectocal/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ def _get_arguments():
type=int,
help="User's ID in Lectio.")
parser.add_argument("--credentials",
default="~/storage.json",
default="storage.json",
help="Path to the file storing the Google "
"OAuth credentials. (default: ~/storage.json)")
"OAuth credentials. (default: storage.json)")
parser.add_argument("--calendar",
default="Lectio",
help="Name to use for the calendar inside "
Expand Down

0 comments on commit f95affe

Please sign in to comment.