diff options
| -rwxr-xr-x | photoblaster/modules/pbgenerate/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/photoblaster/modules/pbgenerate/__init__.py b/photoblaster/modules/pbgenerate/__init__.py index c38e011..eeba908 100755 --- a/photoblaster/modules/pbgenerate/__init__.py +++ b/photoblaster/modules/pbgenerate/__init__.py @@ -57,6 +57,7 @@ class PbGenerate(ModuleBase): Used to assert the value-types of the incoming parameters. Types are defined as in their individual params classes. """ + print("<<<<<<<<<<<<<<<<aaaaaabbbb") _definitions = { # IMAGES 'url': {'type': 'img_url'}, @@ -112,6 +113,7 @@ class PbGenerate(ModuleBase): "username": {'type': "string"}, "callback": {'type': "string"}, } + print("<<<<<<<<<<<<<<<<aaaaaa") """ Definitions and arguments are merged into attributes @@ -119,6 +121,7 @@ class PbGenerate(ModuleBase): self.params.definitions_import( _definitions, kwargs, classname=self.__class__.__name__ ) + print("<<<<<<<<<<<<<<<<") """Used for the database tag column. Allows for tracking of the type of overlay method used.""" |
