diff --git a/helpers.py b/helpers.py index a72af2e..40c313b 100755 --- a/helpers.py +++ b/helpers.py @@ -304,4 +304,5 @@ def debug(func): return func(*args, **kwargs) except: error(trace()) + return None return wrap