summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-01 13:53:42 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-01 13:53:42 +0200
commit81cfb69bb0428f791b598f2db35c9a596686130e (patch)
tree749ba0775404fe229ad90e6bb609e6a4f1a6f32b
parenta5991c2271259099b80455965f441d25dd16c094 (diff)
trying to get username in
-rwxr-xr-xphotoblaster/modules/pbgenerate/__init__.py5
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."""