doc: env example

This commit is contained in:
eneller
2025-09-10 23:50:48 +02:00
parent 1e002b6c62
commit d106708af8
2 changed files with 3 additions and 1 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
UULM_USERNAME=''
UULM_PASSWORD=''

View File

@@ -12,7 +12,7 @@ CORONANG_URL="https://campusonline.uni-ulm.de/CoronaNG/user/mycorona.html"
@cli.command()
@fcfs_options
@browser_options
@click.option('--offset', '-o', type=int, default=10, help='How many seconds before and after the target time to send')
@click.option('--offset', '-o', type=int, default=10, help='How many seconds before and after the target time to send. Default 10s')
async def coronang(target_times, username, password, headless, offset):
'''
Automatically register for courses on CoronaNG by specifying one or more timestamps of the format "HH:MM:SS".