Comment callback

This commit is contained in:
Andrew 2023-09-28 20:03:39 -04:00
parent 197818c4ac
commit bfad335495

View File

@ -168,6 +168,9 @@ class ServerInstance:
@staticmethod
def callback(called_func):
# Usage of @callback on method
# definition to run a webhook check
# on method completion
def wrapper(*args, **kwargs):
res = None
try: