Skip to content

Commit

Permalink
fixed bug preventing timings from updating everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadev committed Aug 20, 2021
1 parent ab44b28 commit b3bf8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/api_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_location():


def _get_prayer_times(
juristic_method, country, zipcode, latitude, longitude, time_zone, time=arrow.now()
juristic_method, country, zipcode, latitude, longitude, time_zone, time
):
"""
Gets prayer times for the defined parameters, including the defined time
Expand Down Expand Up @@ -149,6 +149,7 @@ def get_prayer_times_today(
latitude=latitude,
longitude=longitude,
time_zone=time_zone,
time=arrow.now()
)


Expand Down

0 comments on commit b3bf8ed

Please sign in to comment.