From 30a5156aac1d226ede3f1871365b0ccefbb01a2a Mon Sep 17 00:00:00 2001 From: HDValentin Date: Sun, 22 Oct 2023 18:24:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0707621..bb694e2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Script that populates the tv programe from [hoerzu-data](https://mobile.hoerzu.d `python3 tv_program.py` it uses the default starttime and endtime in the script and gives out tv shows starting in this timerange. -`python3 tv_program.py --start-time 2330 --end-time 2355` +`python3 tv_program.py --start-time 23:30 --end-time 23:55` gives out tv shows starting in the time between 11:30 pm and 11:55 pm ### Dependencies @@ -39,7 +39,7 @@ Skript, das das Fernsehprogramm mittels [Hoerzu-Daten](https://mobile.hoerzu.de/ `python3 tv_program.py` Es verwendet die im Skript angegebene Start- und Endzeit und gibt Fernsehsendungen aus, die in diesem Zeitbereich beginnen. -`python3 tv_program.py --start-time 2330 --end-time 2355` +`python3 tv_program.py --start-time 23:30 --end-time 23:55` gibt Fernsehsendungen aus, die in der Zeit zwischen 23:30 Uhr und 23:55 Uhr beginnen. ### Abhängigkeiten