reformated some code

This commit is contained in:
Tobias K.
2023-10-24 16:57:28 +02:00
parent e5eb9ceeb6
commit 6936d8d02c
8 changed files with 327 additions and 201 deletions

View File

@@ -9,5 +9,7 @@ def exception_decorator(*exceptions):
return ret
except exceptions as e:
raise LrcException(e)
return new_func
return decorator
return decorator