diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 13:53:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 13:53:42 +0200 |
| commit | 81cfb69bb0428f791b598f2db35c9a596686130e (patch) | |
| tree | 749ba0775404fe229ad90e6bb609e6a4f1a6f32b | |
| parent | a5991c2271259099b80455965f441d25dd16c094 (diff) | |
trying to get username in
| -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.""" |
