Spaces:
Sleeping
Sleeping
shamimjony1000
commited on
Update llm_part.py
Browse files- llm_part.py +2 -1
llm_part.py
CHANGED
@@ -37,7 +37,8 @@ def get_next_prayer(current_time):
|
|
37 |
if (prayer_hour > current_hour) or (prayer_hour == current_hour and prayer_minute > current_minute):
|
38 |
return prayer, time_str # Return both prayer name and time
|
39 |
|
40 |
-
return "Isha", times[-1]
|
|
|
41 |
|
42 |
|
43 |
templates = {
|
|
|
37 |
if (prayer_hour > current_hour) or (prayer_hour == current_hour and prayer_minute > current_minute):
|
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 = {
|