Skip to content

Commit f95affe

Browse files
author
Philip Hansen
committed
Fixed storage location
Forgot to change the storage location in the run module
1 parent d3b96c9 commit f95affe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectocal/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def _get_arguments():
3333
type=int,
3434
help="User's ID in Lectio.")
3535
parser.add_argument("--credentials",
36-
default="~/storage.json",
36+
default="storage.json",
3737
help="Path to the file storing the Google "
38-
"OAuth credentials. (default: ~/storage.json)")
38+
"OAuth credentials. (default: storage.json)")
3939
parser.add_argument("--calendar",
4040
default="Lectio",
4141
help="Name to use for the calendar inside "

0 commit comments

Comments
 (0)