mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
docstrings and typos in "\utils\" and "\scripts\"
This commit is contained in:
parent
fea3e92573
commit
779ddbbbba
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue