summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xphotoblaster/modules/pbgenerate/__init__.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/photoblaster/modules/pbgenerate/__init__.py b/photoblaster/modules/pbgenerate/__init__.py
index 53a54fa..93a76c1 100755
--- a/photoblaster/modules/pbgenerate/__init__.py
+++ b/photoblaster/modules/pbgenerate/__init__.py
@@ -20,7 +20,7 @@ _DISPOSE_PARAMS = ["None", "Previous", "Background"]
_DISPOSE_DEFAULT = "None"
_HUE_DEFUALT = '100'
-
+print('<<<<<<<<<<<<<<<<<<<<<<<<<<_________')
class PbGenerate(ModuleBase):
example_params = {
"""Example params. Used with the classmethod Pb.run_example"""
@@ -58,6 +58,7 @@ class PbGenerate(ModuleBase):
Used to assert the value-types of the incoming parameters.
Types are defined as in their individual params classes.
"""
+ print('<<<<<<<<<<<<<<<<<<<<<<<<<<')
_definitions = {
# IMAGES
'url': {'type': 'img_url'},
@@ -129,15 +130,6 @@ class PbGenerate(ModuleBase):
elif self.params.transparent:
self.tag = "%s:%s" % (self.tag, "transparent")
- print('HERE WE ARE')
- print("username: {}".format(str(self.params.username)))
- if str(self.params.username):
- print("username: {}".format(str(self.params.username)))
- if self.params.background:
- self.params.background.set_username(str(self.params.username))
- if self.params.url:
- self.params.url.set_username(str(self.params.username))
-
self.set_output_file(
File.from_url(
self.params.url['url'],