2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-02 07:25:38 +00:00

return the function for decorators

This commit is contained in:
Nick80835
2020-04-17 16:34:12 -04:00
parent 6b4469b155
commit 11aeebc7f4

View File

@@ -51,6 +51,8 @@ class Loader():
"sudo": args.get('sudo', False)
}
return func
return decorator
def _find_all_modules(self):