From 27bb5331574fb0a21de3a79a22e6fe4a1cf562bb Mon Sep 17 00:00:00 2001 From: mohammed masud Date: Mon, 2 Nov 2020 12:43:43 +0000 Subject: [PATCH] returns hours. Code will be edited in the future to work with discord --- time.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/time.py b/time.py index a790273..afb9b7c 100644 --- a/time.py +++ b/time.py @@ -9,6 +9,7 @@ def getHours(): """ manualHours = input("Enter hours >>>") - return manualHours + hours = manualHours + return hours # ====