diff --git a/Command.py b/Command.py index 99689a0..6abd37f 100644 --- a/Command.py +++ b/Command.py @@ -75,3 +75,4 @@ class Command: the_time -= delta else: the_time += delta + return the_time