We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b96c9 commit f95affeCopy full SHA for f95affe
lectocal/run.py
@@ -33,9 +33,9 @@ def _get_arguments():
33
type=int,
34
help="User's ID in Lectio.")
35
parser.add_argument("--credentials",
36
- default="~/storage.json",
+ default="storage.json",
37
help="Path to the file storing the Google "
38
- "OAuth credentials. (default: ~/storage.json)")
+ "OAuth credentials. (default: storage.json)")
39
parser.add_argument("--calendar",
40
default="Lectio",
41
help="Name to use for the calendar inside "
0 commit comments