Browse Source

Option pour les versions serveur.

master
klafyvel 8 years ago
parent
commit
290e300924
  1. 3
      main.py

3
main.py

@ -52,7 +52,7 @@ agenda on it.
Usage: Usage:
ntnoe_cancer ntnoe_cancer
ntnoe_cancer [--level=<l> --days-future=<df> --days-past=<dp>] ntnoe_cancer [options]
ntnoe_cancer -h | --help ntnoe_cancer -h | --help
Options: Options:
@ -60,6 +60,7 @@ Options:
--level=<l> Level of courses (0=all, 1=skip blue courses (! includes language courses), 2=skip everything but exams, for real man only) [default: 0] --level=<l> Level of courses (0=all, 1=skip blue courses (! includes language courses), 2=skip everything but exams, for real man only) [default: 0]
--days-future=<df> Number of days in the future to look for the calendar [default: 15] --days-future=<df> Number of days in the future to look for the calendar [default: 15]
--days-past=<dp> Number of days in the past to look for the calendar, perfect for time travellers [default: 0] --days-past=<dp> Number of days in the past to look for the calendar, perfect for time travellers [default: 0]
--noauth_local_webserver For Google authentication on a server
""" """

Loading…
Cancel
Save