diff options
Diffstat (limited to 'src/decorators.py')
-rw-r--r-- | src/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decorators.py b/src/decorators.py index 56fb3184..251d8749 100644 --- a/src/decorators.py +++ b/src/decorators.py @@ -29,7 +29,7 @@ class RefreshWrapper(object): return ret return wrap - def update(self, funct): + def update(self, func): """ Decorator that only updates the screen """ |