Skip to content
Snippets Groups Projects

added Deployment section to README

2 files
+ 44
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -231,7 +231,7 @@ def get_news(place: str, db: Session):
next_timetable = None
for time_slot in opening_hours:
if current_date.time() < time_slot.open_time:
next_timetable=time_slot.open_time
next_timetable = time_slot.open_time
break
if not next_timetable:
closure = db.query(
Loading