2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00
This commit is contained in:
Oliver 2022-01-13 10:40:03 +11:00
parent 1a98204c76
commit 9c0d9b9952

View File

@ -49,3 +49,4 @@ class ScheduledTaskPlugin(ScheduleMixin, SettingsMixin, IntegrationPluginBase):
"""
secret_value = self.get_setting('SECRET')
print(f"foo - SECRET = {secret_value})
```