summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-01 14:04:28 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-01 14:04:28 +0200
commit6fcdc85e04c1622f1b1396844371af56e544b69a (patch)
tree48587ab89a8dae30700535d0786e3d8110ed673d
parentfdff91803dd98eb9f14151e0a3550657a60afead (diff)
trying to get username in
-rw-r--r--photoblaster/param/img_url.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/photoblaster/param/img_url.py b/photoblaster/param/img_url.py
index da3c62b..0d9c00b 100644
--- a/photoblaster/param/img_url.py
+++ b/photoblaster/param/img_url.py
@@ -25,6 +25,7 @@ class Img_url(Param):
classname: the name of the class to which the param belongs
"""
super(Img_url, self).__init__(classname=classname)
+ self.username = username
if value:
self._file = File(
namepart=key,