typo ui pin_control
This commit is contained in:
parent
d1db825995
commit
7d81d8e9b6
|
@ -4,7 +4,7 @@ import ctypes
|
||||||
|
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
|
|
||||||
# pin_control = ctypes.CDLL("@pin_control@/lib/libpin_control.so")
|
pin_control = ctypes.CDLL("@pin_control@/lib/libpin_control.so")
|
||||||
|
|
||||||
def home(request):
|
def home(request):
|
||||||
if request.method == "POST":
|
if request.method == "POST":
|
||||||
|
|
Loading…
Reference in a new issue