diff --git a/evennia/scripts/scripts.py b/evennia/scripts/scripts.py index ebdb133dd9..ab7c9bbe97 100644 --- a/evennia/scripts/scripts.py +++ b/evennia/scripts/scripts.py @@ -97,6 +97,7 @@ class ExtendedLoopingCall(LoopingCall): """ Handle call rescheduling including nulling `start_delay` and stopping if number of repeats is reached. + """ self.start_delay = None super(ExtendedLoopingCall, self)._reschedule()