Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opening_hours/OpeningHours.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from ctypes import cdll, c_char_p, c_voidp, c_int

opening_hours = cdll.LoadLibrary("libopening-hours.so")
opening_hours = cdll.LoadLibrary("C_OpeningHours/libopening-hours.so")

build = opening_hours.build_opening_hours
build.restype = c_voidp
Expand Down