diff options
| -rwxr-xr-x | photoblaster/modules/pbgenerate/__init__.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/photoblaster/modules/pbgenerate/__init__.py b/photoblaster/modules/pbgenerate/__init__.py index eeba908..64354ca 100755 --- a/photoblaster/modules/pbgenerate/__init__.py +++ b/photoblaster/modules/pbgenerate/__init__.py @@ -57,7 +57,6 @@ 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'}, @@ -113,15 +112,15 @@ class PbGenerate(ModuleBase): "username": {'type': "string"}, "callback": {'type': "string"}, } - print("<<<<<<<<<<<<<<<<aaaaaa") """ Definitions and arguments are merged into attributes of the params object""" + print("<<<<<<<<<<<<<<,") self.params.definitions_import( _definitions, kwargs, classname=self.__class__.__name__ ) - print("<<<<<<<<<<<<<<<<") + print(">>>>>>>>>>>>>>") """Used for the database tag column. Allows for tracking of the type of overlay method used.""" |
