From 7526b4b9b6bb7e0373399c76999c383544ac5a42 Mon Sep 17 00:00:00 2001 From: Alistair MacDonald Date: Sat, 1 Sep 2018 16:24:58 +0100 Subject: [PATCH] Another quick fix --- phone/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phone/main.py b/phone/main.py index 8d15408..d5a402f 100644 --- a/phone/main.py +++ b/phone/main.py @@ -29,7 +29,7 @@ def answercall(): else: notice("No call to answer.", title="TiLDA Phone") -def handupcall(): +def hangupcall(): sim800.hangup() def playdtmf():