Skip to content
Snippets Groups Projects
Commit c0083a3b authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

* redundante Bedingung entfernt

parent face54c1
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ class ProgramInfo:
elif now.time() <= d.time():
day_diff = diff.days
if d > now and day_diff <= wanted_day_diff:
if day_diff <= wanted_day_diff:
if just_print:
pprint(i)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment