summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-01 13:51:52 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-01 13:51:52 +0200
commita5991c2271259099b80455965f441d25dd16c094 (patch)
tree9cbaa6d4f5aa96ddc536c269da660ae8f00414c4
parent901fb9b878c4c26b1265d2d445b8f44742319117 (diff)
trying to get username in
-rwxr-xr-xphotoblaster/modules/pbgenerate/__init__.py3
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."""