shamimjony1000 commited on
Commit
2834dcd
·
verified ·
1 Parent(s): 216d651

Update llm_part.py

Browse files
Files changed (1) hide show
  1. llm_part.py +1 -1
llm_part.py CHANGED
@@ -38,7 +38,7 @@ def get_next_prayer(current_time):
38
  return prayer, time_str # Return both prayer name and time
39
 
40
  #return "Isha", times[-1]
41
- return prayer_times
42
 
43
 
44
  templates = {
 
38
  return prayer, time_str # Return both prayer name and time
39
 
40
  #return "Isha", times[-1]
41
+ return prayer_times, times[-1]
42
 
43
 
44
  templates = {